.submit_btn {
    background: linear-gradient(99.48deg, #44BF42 12.01%, #20591F 110.13%);
    box-shadow: -3px 5px 43.2px -2px #86ff83;;
    border-radius: 4px;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 2em
}

h4 {
    font-size: 26px;
    margin-bottom: -10px;
}

.gold_title {
    background: linear-gradient(90deg, #FFCB14 0%, #FFE27E 50%, #FFD951 68.98%, #FFC807 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 4px 5px 50px #FFCF26;
}


.red_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(115.65deg, #000000 36.77%, #F90000 143.42%);
    border-radius: 8px;
    border: solid #FF0000 1px;
    padding: 8px;
    margin: 15px;
}

.bg {
    /*background-image: url(<?php echo $landing_assets_base ?>/bg1.jpg);*/
    background-size: 100% 100%;
    padding: 1em 0.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    font-weight: 900;
}

#drop_down_box {
    border: 1px solid #CACACA;
    border-radius: 5px;
    background-color: #002B2D;
    padding: 10px;
    margin: 15px;
}

.title-lg {
    color: #FFCB14;
    font-size: 30px;
}

.faq_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
}

.faq_box {
    border-radius: 4px;
    border: solid #a7a7a7 1px;
    padding: 8px;
    margin: 20px 15px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
}

.centered-text {
    font-weight: 800;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    line-height: 2.5rem;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: #00000059;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    font-family: rene !important;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
}
.loader::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}

.cart-link {
    color: #ffffff;
    text-align: center;
    text-decoration: underline;
}
