@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');
*{
    font-family: "Poppins", sans-serif;

}
.af-flex{
    display: flex;
}
.ac{
    align-items: center;
}
.jbet{
    justify-content: space-between;
}
.logobox img{
    width: 84px;
}
.af-header {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}
.af-header nav ul li a{
    font-size: 1rem;
    color: #ffffff99;
    text-decoration: none;
    transition: 0.3s all;
}
.af-header nav ul li:hover ul li a{
    color: #fff!important;
}
.af-header nav ul li:hover a{
    color: rgb(178 158 114);
    position: relative;
}
.af-header nav ul li:hover a.active{
    color: rgb(178 158 114);
}
.af-header nav ul li{
    list-style: none;
    position: relative;
}
.af-header nav ul .current_page_item a{
    color: rgb(178 158 114);
}
.af-header nav ul .current_page_item::after{
    border-right: 1px solid rgb(178 158 114)!important;
    border-bottom: 1px solid rgb(178 158 114)!important;
}
.af-header nav ul .current_page_item ul li a{
    color: #fff!important;
}
.af-header nav ul .current_page_item::before{
    box-shadow: 0 0px 60px 10px #b29e7266;
    content: "";
    bottom: -25px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    background: linear-gradient(to right , #b29e7200 , #b29e72 , #b29e7200 );
}
.af-header nav ul{
    padding: 0;
    display: flex;
    gap: 2.5rem;
    margin: 0;
}
.af-header .af-flex{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding: .75rem .75rem .75rem 1.5rem;
    background-image: radial-gradient(101.37% 100% at 49.32% 0, #ffffff0f 0, #ffffff05 100%);
    border:1px solid #ffffff0f;
    border-radius: 72px;
}
.af-header nav ul li ul{
    background-color: rgb(0, 0, 0);
    position: absolute;
    left: -1rem;
    top: 55px;
    border-radius:.75rem;
    overflow: hidden;
    z-index: 100;
    flex-direction: column;
    gap: 0;
    width: fit-content;
    min-width: 250px;
    border:1px solid #ffffff29;
    scale: 0;
    transition: 0.3s all;
}
.af-header nav ul li ul li a{
    background: linear-gradient(to right , #ffffff00 ,#ffffff0d , #ffffff00);
    display: block;
    color: #fff;
    padding: 1rem;
    position: relative;
}
.af-header nav ul li ul li a::after{
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right , #ffffff00 ,#ffffff26 , #ffffff00);
    content: "";
}
.af-header nav ul li ul li:last-child a::after{
    display: none;
}
.hovered{
    scale: 1!important;
}
.af-header nav ul li.menu-item-has-children{
    padding-right: 15px;
}
.af-header nav ul li.menu-item-has-children::after{
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    transition: 0.3s all;
    top: 7px;
}
.af-header nav ul li.menu-item-has-children:hover::after{
    border-right: 1px solid rgb(178 158 114);;
    border-bottom: 1px solid rgb(178 158 114);;
}
.af-header nav ul li.menu-item-has-children:hover::after{
    transform: rotate(225deg);
    top: 11px;
}
.af-row{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
.af-col-6{
    width: 100%;
}
.saytext{
    text-shadow: 0 0 6px #ffffff26, 0 0 60.2px #ffffff26;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: .3em;
    background-image: linear-gradient(to bottom, #eff2f8 , #eff2f833 );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.af-contact .hellotext{
    position: relative;
    left: -37px;
    top: -80px;
}
.af-contact p{
    color: #ffffff99;
    font-size: .875rem;
    line-height: 1.25rem;
    margin: -120px auto 0;
}
body[data-scheme=dark] .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-dark-mode .cs-icon-dark-mode:before{
    color: #B29E72;
}
body[data-scheme=light] .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-light-mode, body[data-scheme=light] .cs-site-scheme-toggle .cs-header__scheme-toggle-icons > span.cs-light-mode .cs-icon-light-mode:before{
    color: #B29E72;
}
.cs-site-scheme-toggle .cs-header__scheme-toggle-icons{
    gap: 0!important;
    flex-direction: row-reverse;
}
.header-btns{
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-btns a{
    color: black;
    background: #B29E72;
    padding: 14px 24px;
    border-radius: 999px;
    display: block;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #B29E72;
}
.header-btns a:hover{
    background: hsla(41,29%,57%,.8);
    color: black;
}
.af-contact{
    position: relative;
    z-index: 110;
    margin-top: 200px;
}
.af-contact-btn{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff0f;
    background: radial-gradient(101.37% 100% at 49.32% 0,#ffffff0f 0,#ffffff05 100%);
    padding: .75rem;
    border-radius: 18px;
    backdrop-filter: blur(100px);
    font-size: 12px;
    -webkit-backdrop-filter: blur(100px);
}
.af-contact-row{
    margin-top: 20px;
}
@keyframes gold-pulse{
    0% {
        opacity: .25;
        filter: brightness(1);
    }
    
    50% {
        opacity: 1;
        filter: brightness(1.6);
    }
    100% {
        opacity: .25;
        filter: brightness(1);
    }
}
.af-animation{
    position: absolute;
    width: 700px;
    height: 450px;
    left: -350px;
    top: 0;
}
.pulse{
    animation: gold-pulse 5s ease-in-out infinite;
    background-color: rgba(137, 116, 77, .6);
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    --tw-brightness: ;
    --tw-blur: blur(200px);
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.af-animation::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(to right,#89744d , #89744d00);
}
.pulsebox{
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: -450px;
    z-index: -1;
}
.af-contact-form{
    background: radial-gradient(101.37% 100% at 49.32% 0,#ffffff0f 0,#ffffff05 100%);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border: 1px solid #ffffff0f;
    border-radius: 18px;
    padding: 1.5rem;
}
.af-contact-form span{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    background-image: linear-gradient(to bottom, #eff2f8 , #eff2f899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.af-contact-form h3{
    font-size: 32px;
    margin-top: -.75rem;
    background-image: linear-gradient(to bottom, #eff2f8 , #eff2f899);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    margin-bottom: 10px;
    color: transparent;
}
.af-animation2{
    position: absolute;
    width: 500px;
    height: 350px;
    right: -250px;
    top: 300px;
}
.af-animation2::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(to right, #89744d00, #89744d);
}
footer{
    margin: 50px 0 20px;
    z-index: 8;
    position: relative;
}
.af-footer-box{
    background: radial-gradient(101.37% 100% at 49.32% 0,#ffffff0f 0,#ffffff05 100%);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border: 1px solid #ffffff0f;
    border-radius: 18px;
    padding: 1.5rem;
}
.af-footer-box p{
    font-size: .75rem;
    line-height: 1rem;
    text-align: justify;
    margin: 0;
}
.af-footer-parts{
    display: flex;
    gap: 30px;
}
.fp1-1 img{
    width: 100px;
    margin-bottom: 20px;
}
.fp1-1{
    width: 50%;
}
footer .af-flex{
    gap: 20px;
    width: 55%;
}
.fp1-2 span{
    font-size: 1.125rem;
    display: block;
    margin-bottom: 10px;
    line-height: 1.75rem;
}
.my-link{
    padding: 0;
    margin: 0;
    display: flex;
    gap:6px;
    flex-direction: column;
    font-size: 11px;
}
.my-link li{
    list-style: none;
}
.my-link li a{
    color: #ffffff99;
    text-decoration: none;
    transition: 0.3s all;
}
.my-link li a:hover{
    color: #b29e72;
}
.fp1-2-w50{
    flex: none;
}
.wrapper{
    overflow-x: hidden;
    overflow-y: hidden;
}
.fp1-2{
    display: flex;
    gap: 15px;
}
.af-links{
    width: 45%;
    position: relative;
}
.f-link-flex{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    height: fit-content;
    padding: 10px 15px;
    background-image: radial-gradient(101.37% 100% at 49.32% 0, #ffffff0f 0, #ffffff05 100%);
    border-radius: 1rem;
    border: 1px solid #ffffff0f;
    text-decoration: none;
    position: relative;
}
.f-link-flex img{
    height: 18px;
}
.f-link{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.5rem;
    line-height: 2rem;
    background-image: linear-gradient(to bottom, #eff2f8 , #eff2f899);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
}
.f-link svg{
    position: relative;
    bottom: 1px;
}
.f-link span{
    height: 20px;
    width: 1px;
    background-image: linear-gradient(to bottom, #ffffff00 ,#ffffff29,#ffffff00);
    display: block;
}
.f-link-flex::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1rem;
    transition: 0.3s all;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom, #c9bb9cc2 ,#c9bb9c2b);
    box-shadow: 0 0 6px 0 #c9bb9c26, 0 0 10px 0 #c9bb9c26;
    opacity: 0;
}
.f-link-flex:hover::after{
    opacity: 1;
}
.af-links-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.af-links-box > a:first-child {
    grid-column: 1 / -1;
}
.af-links{
    padding-left: 50px;
}
.af-links::after{
    content: "";
    left: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    --tw-brightness: ;
    --tw-blur: blur(24px);
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    background-image: radial-gradient(ellipse at center, #b29e72 0, transparent 70%);
}
.af-links::before{
    content: "";
    left: 10px;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, #b29e7200 , #b29e72 , #b29e7200) !important;
}
.af-addresses{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    margin-top: 50px;
    padding: 1.5rem;
    border: 1px solid #ffffff0f;
    background-image: radial-gradient(101.37% 100% at 49.32% 0, #ffffff0f 0, #ffffff05 100%);
    border-radius: 1rem;
    display: grid;
    gap: 15px;
    text-align: center;
}
.af-address{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-right: 15px;
}
svg{
    visibility: visible !important;
    border-radius: 999px !important;
}
.af-address::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #ffffff00 , #ffffff29 ,#ffffff00);
}
.af-address:last-child::after{
    display: none;
}
.af-address:last-child{
    padding: 0;
}
.af-address span{
    font-size: .75rem !important;
    line-height: 1rem !important;
    font-weight: 700;
}
.af-address p{
    font-size: .75rem !important;
    line-height: 1rem !important;
    color: hsla(0, 0%, 100%, .6);
    text-align: center;
}
.footer2box{
    border: 1px solid #ffffff0f;
    background-image: radial-gradient(101.37% 100% at 49.32% 0, #ffffff0f 0, #ffffff05 100%);
    border-radius: 1.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer2{
    margin-bottom: 30px;
}
.footer2 p{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: rgb(203 203 203/1);
    margin: 0;
}
.footer2box ul{
    display: flex;
    align-items: center;
    gap: 10px 20px;
    padding: 0;
    margin: 0;
}
.footer2box ul li a{
    color: #ffffff99;
    text-decoration: none;
    transition: 0.3s all;
}
.footer2box ul li a:hover{
    color: #b29e72;
}
.footer2box ul li{
    font-size: 14px;
    list-style: none;
}
.social-item{
    border-radius: 1rem;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    position: relative;
    border: 1px solid #ffffff0f;
    transition: 0.3s all;
    background-image: linear-gradient(to bottom , #ffffff0f , #ffffff0a);
}
.social-item::after{
    z-index: -1;
    content: "";
    width: 100%;
    border-radius: 1rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #c9bb9cc2 , #c9bb9c2b);
    opacity: 0;
    transition: 0.3s all;
    box-shadow: 0 0 6px 0 #c9bb9c26, 0 0 10px 0 #c9bb9c26;
}
.social-item a{
    border-radius: 1rem;
    transition: 0.3s all;
    width: 50px;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}
.social-item:hover::after{
    opacity: 1;
}
.social{
    display: flex;
    align-items: center;
    gap: 10px;
}
.af-animation3{
    width: 80%;
    margin: 0 auto;
    height: 450px;
    margin-top: -450px;
    position: relative;
    bottom: -450px;
    opacity: .7;
    z-index: -1;
}
.af-animation3 .pulse{
    animation: inherit;
}
.pulsebox2{
    width: 100%;
    z-index: -1;
}
.af-form input,.af-form select,.af-form textarea{
    background: none!important;
    font-size: .875rem!important;
    line-height: 1.25rem!important;
    padding: 15px 0!important;
    border: 0!important;
    border-bottom: 1px solid #ffffff14!important;
    border-radius: 0!important;
    color: #757575!important;
}
.af-form textarea{
    height: 70px;
}
.af-form input::placeholder,.af-form textarea::placeholder{
    color: #757575!important;

}
.af-form input[type=submit]{
    background: rgb(178, 158, 114)!important;
    border-radius: 999px!important;
    color: black!important;
    text-align: center;
    padding: 15px!important;
    width: 100%;
    margin-top: 15px!important;
    font-size: 14px!important;
    border-color: rgb(178, 158, 114)!important;
    font-style: 100!important;
    transition: 0.3s all;
}
.af-form input[type=submit]:hover{
    background-color: hsla(41, 29%, 57%, .8)!important;
    box-shadow: none!important;
}
.gform_fields{
    display: grid;
    grid-template-columns: repeat(2,1fr)!important;
    gap: 0 15px;
}
.grid-full{
    grid-column: 1 / -1!important;
}
.af-form input:focus,.af-form select:focus,.af-form textarea:focus{
    outline: inherit!important;
}
.af-form label{
    display: none;
}
.gform_submission_error{
    display: none;
}
.gfield_validation_message{
    color: red;
    font-size: 12px;
    margin-top: 10px;
}







.custom-select {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}
.custom-select::after{
    content: url(../img/down.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.custom-select-selected {
    background: none !important;
    font-size: .875rem !important;
    padding: 15px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #ffffff14 !important;
    color: #757575 !important;
}
.custom-select ul {
    list-style: none;
    margin: 5px 0 0;
    border-radius: 1rem;
    padding: 0;
    display: none;
    font-size: .875rem !important;
    position: absolute;
    background: #000000f8;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    width: 100%;
    z-index: 100;
    max-height: 340px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.custom-select ul li {
    padding: 20px;
    color: #fff;
    transition: 0.3s;
    position: relative;
}
.coutryselect ul li{
    padding: 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    justify-content: start;
}
.coutryselect ul li svg{
    border-radius: 999px;
}
.custom-select ul li::before{
    content: "";
    background: linear-gradient(to right , #ffffff00 ,#ffffff0d , #ffffff00);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s all;
}
.custom-select ul li:hover::before{
    opacity: 1;
}
.custom-select ul li:last-child::after{
    display: none;
}
.custom-select ul li:hover {
    color: #fff;
}
.custom-select ul li::after{
    content: "";
    background: linear-gradient(to right , #ffffff00 ,#ffffff26 , #ffffff00);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.gform_confirmation_message{
    background: linear-gradient(to bottom, #39c93b,green);
    padding: 20px;
    border-radius: 1rem;
    font-size: 12px;
    text-align: center;
}
body[data-scheme="light"]{
    background: #E9EDF1;
}
body[data-scheme="auto"],body[data-scheme="dark"]{
    background: #04050A;
}
body[data-scheme="light"] .af-header nav ul li a{
    color: #04050A66;
}
body[data-scheme="light"] .af-header nav ul li:hover a{
    color: #04050A;
}
body[data-scheme="light"] .af-header nav ul .current_page_item a{
    color: #04050A;
}
body[data-scheme="light"] .af-header nav ul .current_page_item::before{
    background: linear-gradient(to right, #04050A00, #04050A, #04050A00);
    box-shadow: none;
}
body[data-scheme="light"] .af-header .af-flex{
    background-image: linear-gradient(to bottom, #FFFFFF,#ffffff00);
    border: 1px solid #fff;
}
body[data-scheme="light"] .header-btns a{
    color: #fff;
}
body[data-scheme="light"] .cs-site-scheme-toggle{
    border: 1px solid #cccccc82;
}
body[data-scheme="light"]  .pulse{
    background-color: #99dfff61;
}
body[data-scheme="light"] .saytext{
    background-image: linear-gradient(to bottom, #04050A, #04050A33);
}
body[data-scheme="light"] .hellotext stop:first-child{
    stop-color:#04050A;
}
body[data-scheme="light"] .hellotext stop:last-child{
    stop-color:#00000000;
}
body[data-scheme="light"] .af-animation::after{
    display: none;
}
body[data-scheme="light"] .af-animation2::after{
    display: none;
}
body[data-scheme="light"] .af-contact p{
    color: #04050A99;
}
body[data-scheme="light"] .af-contact-btn{
    background: #FFFFFF;
    color: #04050A;
}
body[data-scheme="light"] .af-contact-btn svg path{
    fill: #04050A;
}
body[data-scheme="light"] .af-contact-form{
    background: #fff;
}
body[data-scheme="light"] .af-contact-form span{
    background-image: linear-gradient(to bottom, #04050A, #04050A99);
}
body[data-scheme="light"] .af-contact-form h3{
    background-image: linear-gradient(to bottom, #04050A, #04050A99);
}
body[data-scheme="light"] .af-form input,body[data-scheme="light"]  .af-form select,body[data-scheme="light"]  .af-form textarea{
    color: #04050A33!important;
    border-bottom: 1px solid #04050A33!important;
}
body[data-scheme="light"] .af-form input::placeholder,body[data-scheme="light"]  .af-form textarea::placeholder{
    color: #04050A33!important;
}
body[data-scheme="light"] .custom-select-selected{
    border-bottom: 1px solid #04050A33!important;
    color: #04050A33!important;
}
body[data-scheme="light"] .custom-select ul{
    background: #fffffff5;
    border: 1px solid #e6edf2e3;
    backdrop-filter: none;
}
body[data-scheme="light"] .custom-select ul li{
    color: #04050A;
}
body[data-scheme="light"] .custom-select ul li::after{
    background: linear-gradient(to right, #ffffff00, #04050a59, #ffffff00);
}
body[data-scheme="light"] .af-form input[type=submit]{
    color: #fff!important;
}
.light-logo{
    display: none;
}
body[data-scheme="light"] .light-logo{
    display: block;
}
body[data-scheme="light"] .dark-logo{
    display: none;
}
body[data-scheme="dark"] .dark-logo{
    display: block;
}
body[data-scheme="dark"] .light-logo{
    display: none;
}
body[data-scheme="light"] .af-footer-box{
    background: #fff;
}
body[data-scheme="light"] .af-footer-box p{
    color: #04050ACC;
}
body[data-scheme="light"] .fp1-2 span{
    color: #04050A;
}
body[data-scheme="light"] .my-link li a{
    color: #04050A99;
}
body[data-scheme="light"] .my-link li a:hover{
    color: #04050A;
}
body[data-scheme="light"] .af-links::before{
    background-image: linear-gradient(to bottom, #04050A00, #04050A, #04050A00) !important;
}
body[data-scheme="light"] .af-links::after{
    display: none;
}
body[data-scheme="light"] .f-link-flex{
    background: #FAFAFC;
    border: 1px solid #04050A0D;
}
body[data-scheme="light"] .f-link svg path{
    fill: #04050A;
}
body[data-scheme="light"] .f-link span{
    background-image: linear-gradient(to bottom, #04050A00, #04050A, #04050A00) !important;
}
body[data-scheme="light"] .f-link-flex::after{
    background: #04050A;
}
body[data-scheme="light"] .f-link-flex::after{
    background:linear-gradient(to bottom, #ededf785 ,transparent)
}
body[data-scheme="light"] .af-addresses{
    border: 1px solid #04050A0D;
    background: #FAFAFC;
}
body[data-scheme="light"] .af-address::after{
    background-image: linear-gradient(to bottom, #04050A00, #04050A29, #04050A00); 
}
body[data-scheme="light"] .af-header nav ul li.menu-item-has-children::after{
    border-right: 1px solid #04050A66;
    border-bottom: 1px solid #04050A66;
}
body[data-scheme="light"] .af-header nav ul li ul{
    background: rgb(255 255 255);
}
body[data-scheme="light"] .af-header nav ul li:hover ul li a{
    color: #04050A!important;
}
body[data-scheme="light"] .af-header nav ul li ul li a::after{
    background: linear-gradient(to right, #04050A00, #04050a63, #04050A00) !important;
}
body[data-scheme="light"] .af-header nav ul li ul li a{
    color: #04050A!important;
}
body[data-scheme="light"] .footer2box{
    background: #fff;
    background-image: inherit;
}
body[data-scheme="light"] .footer2 p{
    color: #04050A;
}
body[data-scheme="light"] .footer2box ul li a{
    color: #04050A99;
}
body[data-scheme="light"] .footer2box ul li a:hover{
    color: #04050A;
}
body[data-scheme="light"] .social-item{
    background: #FAFAFC;
    border: 1px solid #04050A0D;
}
body[data-scheme="light"] .social-item a svg path{
    fill: #04050A42;
    transition: 0.4s all;
}
body[data-scheme="light"] .social-item::after{
    background-image: linear-gradient(to bottom, #04050A3D, #04050A);
}
body[data-scheme="light"] .social-item:hover a svg path{
    fill: #fff;
}
body[data-scheme="light"] .social-item:hover{
    border: 1px solid #04050A;
}
body[data-scheme=dark] .cs-hero-type-1 .cs-hero__content .cs-hero__heading span ,body[data-scheme=auto] .cs-hero-type-1 .cs-hero__content .cs-hero__heading span {
    background: #B29E72!important;
    background-clip: text!important;
    -webkit-background-clip: text!important;
}
.resmenu-icon{
    padding: 1.2px;
    border-radius: 1.5rem;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #b29e727a , #b29e720a);
    display: none;
}
.resmenu-icon-style{
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    gap: .5rem;
    display: flex;
    align-items: center;
    background-image: radial-gradient(101.37% 100% at 49.32% 0, #b29e723d 0, #b29e7208 100%);
    background-color: rgba(0, 0, 0, .7);
    border-radius: 1.5rem;
}
.resmenu-icon span{
    color: rgb(178 158 114/1);
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
}
body[data-scheme=light] .resmenu-icon{
    background-image: linear-gradient(to bottom, #B29E723D , #B29E7208);
}
body[data-scheme=light] .resmenu-icon-style{
    background: none;
}
.resmenu{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.4s all;
    opacity: 0;
    visibility: hidden;
}
.resmenu img{
    width: 75px;
}
.resmenu-close-icon{
    padding: 1.2px;
    border-radius: 1.5rem;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #b29e727a , #b29e720a);
}
.resmenu-close-icon span{
    color: rgb(178 158 114/1);
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
}
.resmenu-head{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.resmenu nav ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.resmenu nav ul li{
    font-size: 25px;
    list-style: none;
}
.resmenu nav ul li a{
    color: #ffffff99;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s all;
}
.resmenu-contact-btn{
    font-weight: 500;
    color: #fff;
    border-radius: 999px;
    width: 100%;
    text-transform: capitalize;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: rgb(178 158 114/1);
    transition: 0.3s all;
    border: 1px solid rgb(178 158 114/1);
}
.resmenu-contact-btn:hover{
    background-color: hsla(41, 29%, 57%, .8);
}
.resmenu ul li{
    position: relative;
}
.resmenu ul li a:hover,.resmenu ul li.current_page_item a{
    color: rgb(178 158 114/1);
}
.resmenu ul li::before {
    content: "";
    right: -60%;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, #b29e7200, #b29e72, #b29e7200) !important;
    opacity: 0;
    transition: 0.3s all;
}
.resmenu ul li::after{
    content: "";
    right: -60%;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
    --tw-brightness: ;
    --tw-blur: blur(24px);
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    opacity: 0;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    background-image: radial-gradient(ellipse at center, #b29e72 0, transparent 70%);
}
.resmenu ul li:hover::after,.resmenu ul li:hover::before,.resmenu ul li.current_page_item::before,.resmenu ul li.current_page_item::after{
    opacity: 1;
}
.resmenu-active{
    opacity: 1;
    visibility: visible;
}
.cs-header-before{
    height: 120px!important;
}

@media(max-width:1300px){
    footer .af-flex{
        flex-direction: column;
    }
    .fp1-1{
        width: 100%;
    }
    .af-animation3{
        bottom: 0;
    }
    .af-links-box{
        grid-template-columns: repeat(1, 1fr);
    }
    .af-address p{
        font-size: 9px!important;
    }
    .af-address span{
        font-size: 11px!important;
    }
    .footer2 p{
        font-size: 14px!important;
    }
    .footer2box ul{
        gap: 10px;
    }
    .footer2box ul li{
        font-size: 11px;
    }
    .social-item a{
        width: 35px;
    }
    .social-item a svg{
        scale: 0.8;
    }
}
@media(max-width:1200px){
    .af-header nav ul{
        gap: 1.5rem;
    }
    .af-header nav ul li a{
        font-size: 15px;
    }
}
@media(max-width:1024px){
    .af-footer-parts{
        flex-direction: column;
    }
    footer .af-flex{
        flex-direction: row;
        width: 100%;
    }
    .fp1-1,.fp1-2{
        width: 50%;
    }
    .fp1-2{
        justify-content: space-between;
    }
    .af-links{
        padding-left: 0;
        padding-top: 50px;
    }
    .af-links::before,.af-links::after{
        transform:translateX(0) translateY(0);
        left: 0;
        top: 0;
    }
    .af-links::after{
        width: 100%;
        height: 20px;
    }
    .af-links::before{
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #b29e7200, #b29e72, #b29e7200) !important;
        top: 10px;
    }
    .af-links{
        width: 100%;
    }
    .af-footer-parts{
        gap: 50px;
    }
    .af-links-box{
        grid-template-columns: repeat(2, 1fr);
    }
    .pulsebox2{
        display: none;
    }
    .af-addresses{
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .af-addresses > :nth-child(3n)::after{
        display: none;
    }
    .af-addresses{
        gap: 50px 15px;
        position: relative;
    }
    .af-addresses::after{
        content: "";
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right , #ffffff00 ,#ffffff29, #ffffff00);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .footer2box{
        flex-direction: column;
        gap: 15px;
    }
    .footer2 p{
        order: 3;
    }
    .footer2box ul{
        order: 2;
    }
    .footer2box ul li{
        font-size: 13px;
    }
    .social-item a{
        width: 44px;
    }
    .social-item a svg{
        scale: 1;
    }
    .social{
        order: 1;
    }
	body[data-scheme="light"] .af-links::before{
		background-image: linear-gradient(to right, #04050A00, #04050A, #04050A00) !important;
	}
}
@media(max-width:992px){
    .af-footer-box p{
        text-align: left;
    }
    .af-header nav ul{
        gap: 1rem;
    }
    .af-header nav ul li a{
        font-size: 13px;
    }
    .header-btns{
        gap: 0;
    }
    .header-btns a{
        padding: 10px 12px;
    }
    .cs-site-scheme-toggle{
        scale: 0.8;
    }
    .pulsebox{
        display: none;
    }
    .af-contact .hellotext{
        left: -24px;
    }
    .af-contact p{
        margin-top: -143px;
    }
    .footer2 p{
        font-size: 14px;
    }
    .af-links-box{
        gap: 10px;
    }
}
@media(max-width:768px){
    .resmenu-icon{
        display: block;
    }
    .header-btns{
        gap: 10px;
    }
    .af-header nav{
        display: none;
    }
    .header-btns a{
        display: none;
    }
    .cs-site-scheme-toggle{
        scale: inherit;
    }
    .af-row{
        grid-template-columns: repeat(1, 1fr);
    }
    .af-contact-row{
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
    .gform_fields{
        grid-template-columns: repeat(1, 1fr)!important;
    }
    .social-item a{
        width: 31px;
    }
    .social-item a svg{
        scale: 0.6;
    }
    .social-item,.social-item a{
        border-radius: 10px;
    }
    .footer2box ul li{
        font-size: 10px;
    }
    .footer2 p{
        font-size: 12px!important;
    }
    .af-links-box{
        grid-template-columns: repeat(1, 1fr);
    }
    .af-addresses{
        gap: 30px 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .af-addresses > :nth-child(3n)::after{
        display: block;
    }
    .af-addresses > :nth-child(2n)::after{
        display: none;
        padding: 0;
    }
    .af-footer-box{
        padding: 15px;
    }
    .af-addresses::after{
        top: 34%;
    }
    .af-addresses::before {
        content: "";
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #ffffff00, #ffffff29, #ffffff00);
        position: absolute;
        top: 66%;
        left: 0;
        transform: translateY(-50%);
    }
    footer .af-flex{
        flex-direction: column;
    }
    .fp1-1, .fp1-2{
        width: 100%;
        flex-wrap: wrap;
    }
    .af-contact-row{
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
    .af-header .af-flex{
        padding-left: .75rem;
    }
}
body[data-scheme=light] .af-addresses::after{
    background-image: linear-gradient(to right , #04050A00 ,#04050A29, #04050A00);
}
body[data-scheme=light] .af-addresses::before{
    background-image: linear-gradient(to right , #04050A00 ,#04050A29, #04050A00);
}
body[data-scheme=light] .resmenu-contact-btn:hover{
    color: #fff;
}
body[data-scheme=light] .resmenu nav ul li a{
    color: #04050ACC;
}
body[data-scheme=light] .resmenu nav ul li a:hover{
    color: #B29E72;
}
button.cs-scroll-top{
	z-index:130!important;
}
