:root {
    --color-1: #c62026;
    --color-2: rgba(42, 42, 42, 0.89);
    --color-3: rgba(38, 38, 38, 0.6);
    --text: #232323;
    --e1e: #e1e1e1;
    --2d2: #2d2d2d;
}
html {
    scroll-behavior: smooth;
}
p {
    margin-bottom: 10px;
}

.btn-style-1 {
    border-radius: 6px;
    background: linear-gradient(180deg, #ffb406 0%, #e97f00 100%);
    display: inline-flex;
    padding: 10px 38px 9px 37px;
    color: #fff;
}

.btn-style-1:hover {
    color: #fff;
}

.title.has-divine {
    position: relative;
}

.title.has-divine::after {
    content: "";
    background-image: url(./images/line-text.png);
    width: 80px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.col,
.columns,
.gallery-item {
    padding-bottom: 0 !important;
}

.btn-style {
    border-radius: 10px;
    background: linear-gradient(180deg, #ffb406 0%, #e97f00 100%);
    padding: 10px 38px 5px 39px;
}

/*  */
.customize-partial-edit-shortcut {
    z-index: 999;
    top: -16px;
    right: -16px;
    position: absolute;
}
.customize-partial-edit-shortcut-button {
    width: 16px;
    height: 16px;
    background: #28b4e9;
    border-radius: 100%;
    border: 2px solid white;
}
.customize-partial-edit-shortcut-button svg {
    fill: white;
}
.main-section > .customize-partial-edit-shortcut {
    z-index: 999;
    top: 0;
    left: 0;
    right: unset;
    position: absolute;
}
.hidden-edit-shortcut > .customize-partial-edit-shortcut {
    display: none;
}
.customize_bottom_left > .customize-partial-edit-shortcut {
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
}
.customize_bottom_right > .customize-partial-edit-shortcut {
    bottom: 0;
    left: unset;
    right: 0;
    top: unset;
}
.customize_top_left > .customize-partial-edit-shortcut {
    bottom: unset;
    left: 0;
    right: unset;
    top: 0;
}
.customize-edit-cust .customize-partial-edit-shortcut {
    display: flex !important;
}
.customize-edit-cust .customize-partial-edit-shortcut button {
    left: 0;
}
/*  */
.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 40px;
    padding: 14px 39px 13px 39px;
    background: linear-gradient(85deg, #2592eb 8.23%, #2382d1 97.08%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    img {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }
}
.btn-primary:hover {
    color: #fff;
}
.btn-border {
    padding: 14px 39px 13px 40px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #2491eb;
    color: #2592eb;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    img {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }
}
