@import url('slider.css');

.button-primary,
.button-secondary {
    text-decoration: none;
    padding: 8px 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    display: inline-block
}

:root {
    --primary-color: #B52025;
    --secondary-color: #ffffff;
    --font-family: "poppins-medium";
    --font-family-bold: "poppins-bold";
    --white: #ffffff;
    --header-height: 111px;
    --body-color: #e9e7e7;
    --green-color: #110d27;
    --fs-14: 14px;
    --vision-gap: 35px;
    --vision-bg-height: auto
}

body {
    font-family: Lato, sans-serif
}

.bg_theme-light {
    background: #fff8eb
}

.border-bg,
.popup-bg-half {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.bg_radial-gradient1.yellow {
    background: radial-gradient(circle, #996200 0, #fff 0, #ffcb47 45%, #d6950f 70%, #996200 100%)
}

.bg_radial-gradient1.purple {
    background: radial-gradient(circle, #fff 0, #cc80ff 35%, #90f 75%, #90f 100%)
}

.bg_radial-gradient1.green {
    background: radial-gradient(circle, #fff -23%, #00997d 75%, #00997d 75%, #00997d 100%)
}

.button-primary {
    font-size: var(--fs-14);
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 3px;
    border: 0
}

.button-primary.grey {
    background: linear-gradient(90deg, rgb(195 195 195) 0, rgba(217, 217, 217, .54) 100%)
}

.button-primary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #000;
    transition: .3s;
    border-radius: 0;
    z-index: -1
}

.bg_secondary-theme,
.button-secondary:after {
    background-color: var(--secondary-color)
}

.button-primary:hover {
    color: var(--white);
    border-radius: 0
}

.button-primary:hover:before,
.button-secondary:hover:before {
    width: 100%
}

.button-secondary {
    color: var(--white);
    border-radius: 3px;
    border: 0
}

.button-secondary:after,
.button-secondary:before {
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 0
}

.button-secondary:after {
    position: absolute;
    width: 100%;
    z-index: -2
}

.button-secondary:before {
    position: absolute;
    width: 0%;
    background-color: var(--primary-color);
    transition: .3s;
    z-index: -1
}

.button-secondary:hover {
    color: var(--secondary-color)
}

.button-social-media {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    display: inline-block;
    padding: 10px;
    width: auto;
    border-radius: 5px;
    border: 1px solid #c1c0c0
}

.button-social-media img {
    width: 24px
}

.header-title h2:before,
.header-title span:before {
    content: url('/assets/images/left-underline.png')
}

.header-title h2:after,
.header-title span:after,
.header-title-right h2:after,
.header-title-right span:after {
    content: url('/assets/images/right-underline.png')
}

.header-title h2,
.header-title-right h2 {
    font-size: 32px;
    line-height: 42px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 0
}

.section-padding {
    padding-top: 40px;
    padding-bottom: 40px
}

.margin-mt-25 {
    margin-top: -25px
}

.text_theme-primary {
    color: var(--primary-color)
}

.border-bg {
    background-image: url("assets/images/border-bg.png")
}

a {
    color: #000;
    text-decoration: unset
}

.vector-bg-1 {
    position: absolute;
    top: 20%
}

.fixed-social-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
    z-index: 10
}

.fixed-social-icons img:hover {
    animation-play-state: paused
}

.offers-deals {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9
}

.offers-deals button {
    background-color: #dcdcdc;
    border-radius: 50px;
    padding: 7px;
    font-size: 12px;
    color: #111;
    right: 0;
    position: absolute
}

.cursor-pointer {
    cursor: default
}

.popup-close-btn {
    position: absolute;
    right: 0;
    top: -25px
}

.popup-close-btn button {
    background-color: rgba(255, 255, 255, .5)
}

.popup-bg-half {
    background-image: url("/assets/images/popupform/popup-half-bg.png")
}

.popup-bg-half img {
    left: -30px
}

.popup-from-1 {
    max-width: 60%
}

.popup-from-1-content {
    padding: 40px
}

.popup-from-1 form input {
    height: 48px;
    -webkit-box-shadow: 0 0 5px 0 #a4a4a6;
    -moz-box-shadow: 0 0 5px 0 #a4a4a6;
    box-shadow: 0 0 5px 0 #a4a4a6
}

.popup-from-1 form textarea {
    height: 120px;
    -webkit-box-shadow: 0 0 5px 0 #a4a4a6;
    -moz-box-shadow: 0 0 5px 0 #a4a4a6;
    box-shadow: 0 0 5px 0 #a4a4a6
}

.popup-from-1 form input:focus,
.popup-from-1 form textarea:focus {
    border-color: transparent !important;
    -webkit-box-shadow: 0 0 11px 0 #a4a4a6;
    -moz-box-shadow: 0 0 11px 0 #a4a4a6;
    box-shadow: 0 0 11px 0 #a4a4a6
}

.bg-breadcrumb {
    background: #f2d97d;
    background: linear-gradient(90deg, #f2d97d 0, rgba(252, 189, 77, 0) 100%)
}

.blur-element {
    width: 289px;
    height: 538px;
    background: #f2d97d;
    background: linear-gradient(180deg, #f2d97d 0, #ff9c00 100%);
    filter: blur(250px)
}

.bg-wave {
    background-image: url('assets/images/bg_element.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.faq .accordion-button {
    background: #bc84ca;
    background: linear-gradient(90deg, rgba(188, 132, 202, .2) 0, rgba(93, 182, 225, .1) 50%, rgba(69, 214, 173, .1) 100%);
    border: 0
}

.faq .accordion-item {
    border: 0
}

.faq .accordion-body {
    box-shadow: var(--bs-box-shadow) !important
}

.rotate {
    animation: 10s linear infinite animName
}

@keyframes animName {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}
