/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739195076
Updated: 2025-02-10 13:44:36

*/


* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html, body {
    overscroll-behavior: none;
}


::-webkit-scrollbar {
    background: #F8EFE8;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    display: none;
}

::-webkit-scrollbar-track-piece {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    background-clip: content-box;
    border-radius: 9px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-resizer {
    display: none;
}

.dskbtn button,
.dskbtn a {
    --circle: 34px;
    --pad: 10px;
    --gap: 10px;
    position: relative;
    display: inline-flex;
    /* width auto */
    align-items: center;
    min-height: calc(var(--circle) + (var(--pad) * 2));
    border-radius: 999px;
    /* space for circle on LEFT by default */
    padding-left: calc(var(--pad) + var(--circle) + var(--gap)) !important;
    padding-right: var(--pad) !important;
    background: linear-gradient(80.48deg, rgba(165, 96, 62, 0.5) 20.25%, rgba(206, 138, 103, 0) 88.07%), #CE8A67;
    transition: padding .6s , filter .6s ;
}


.dskbtn button{
    padding: 0 10px 0 50px;
    transition: all .6s;
}

.dskbtn .beforeButtonCircle {
    position: absolute;
    top: 50%;
    left: var(--pad);
    transform: translateY(-50%);
    width: var(--circle);
    height: var(--circle);
    border-radius: 999px;
    background: #F8EFE8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left .6s , transform .6s ;
}

.dskbtn button > span.elementor-button-content-wrapper,
.dskbtn a > span.elementor-button-content-wrapper {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* center by default */
    width: 100%;
    transition: transform .6s ;
}


.dskbtn button:hover,
.dskbtn a:hover {
    /* space for circle on RIGHT on hover */
    padding-left: var(--pad) !important;
    padding-right: calc(var(--pad) + var(--circle) + var(--gap)) !important;
}

.dskbtn button:hover .beforeButtonCircle,
.dskbtn a:hover .beforeButtonCircle {
    left: calc(100% - var(--pad) - var(--circle));
}

.dskbtn button:hover > span.elementor-button-content-wrapper,
.dskbtn a:hover > span.elementor-button-content-wrapper {
    transform: translateX(calc(-1 * (var(--circle) + var(--gap)) / 50));
}


.dskbtn .beforeButtonCircle svg.svg1 {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg);
    transition: opacity .6s , transform .8s, visible .6s;
}

.dskbtn .beforeButtonCircle svg.svg2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity .6s , transform .8s, visible .6s;
    transform: rotate(-50deg);
}

.dskbtn button:hover .beforeButtonCircle svg.svg1, 
.dskbtn a:hover .beforeButtonCircle svg.svg1 {
    visibility: hidden;
    opacity: 0;
    transform: rotate(-50deg);
}


.dskbtn button:hover .beforeButtonCircle svg.svg2,
.dskbtn a:hover .beforeButtonCircle svg.svg2 {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg);
}

header.header{
    transition: all .6s;
}

header.header.fixeds{
    min-height: 20px;
    margin: 0;
    backdrop-filter: blur(20px);
    background: rgba(87,65,54, 0.3);
    top: -80px !important;
}
header.header.fixeds2{
    min-height: 20px;
    top: 0px !important;
}

.mainBoxImg {
    background: rgb(255 255 255 / 80%);
    border-radius: 40px;
    text-align: center;
    padding: 50px 0;
    color: #554035;
    font-family: 'Helvetica Now Display';
    transition: all ease .6s;
}

.mainBoxImg span {
    display: block;
    margin: 0 0 60px 0;
    transition: all ease .6s;
    transform:scale(1);
}

.mainBoxImg h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0 0 10px 0;
    color: #CE8A67;
    transition: all ease .6s;
}

.mainBoxImg p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: all ease .6s;
}

.mainBoxImg a {
    color: #554035;
}

.mainBoxImg:hover {
    background: #554035;
    color: #F8F5F3;
}

.mainBoxImg:hover span {
    transform: scale(1.4);
}


.mainBoxImg:hover a,
.mainBoxImg:hover h3{
    color: #F8F5F3;
}