﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
    background: #ffffff;
    --smash-yellow-1-rgb: 255, 194, 0;
    --smash-yellow-2-rgb: 223, 157, 4;
    --smash-yellow-3-rgb: 250, 209, 38;
    --smash-yellow-4-rgb: 243, 182, 74;
    --smash-yellow-5-rgb: 253, 170, 61;
    --smash-yellow-6-rgb: 254, 248, 239;
    --smash-yellow-7-rgb: 247, 239, 225;
    --smash-orange-1-rgb: 240, 92, 18;
    --smash-orange-2-rgb: 240, 133, 18;
    --smash-orange-3-rgb: 252, 142, 0;
    --smash-orange-4-rgb: 253, 143, 0;
    --smash-orange-5-rgb: 254, 243, 235;
    --smash-orange-6-rgb: 252, 164, 53;
    --smash-red-1-rgb: 255, 84, 79;
    --smash-red-2-rgb: 192, 69, 8;
    --smash-red-3-rgb: 234, 87, 53;
    --smash-grey-1-rgb: 214, 222, 224;
    --smash-grey-2-rgb: 244, 244, 244;
    --smash-grey-3-rgb: 245, 245, 245;
    --smash-grey-4-rgb: 248, 248, 248;
    --smash-brown-1-rgb: 151, 85, 0;
    --smash-brown-light-1-rgb: 214, 222, 224;
    --smash-green-1-rgb: 62, 199, 39;
    --smash-green-2-rgb: 7, 157, 43;
    --smash-green-light-1-rgb: 238, 250, 236;
    --smash-blue-1-rgb: 29, 154, 203;
    --smash-blue-light-1-rgb: 235, 246, 250;
    --smash-pink-1-rgb: 252, 94, 129;
    --smash-pink-2-rgb: 249, 101, 115;
    --smash-purple-1-rgb: 119, 118, 255;
    --smash-purple-2-rgb: 174, 44, 241;
    --smash-purple-3-rgb: 106, 7, 157;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(var(--smash-orange-2-rgb));
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(var(--smash-orange-1-rgb));
        ;
    }

/*@font-face {
    font-family: 'Poppins-chat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Poppins-chat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins-chat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/


h1, h2, h3, h4, h5, h6, b {
    font-weight: 600 !important;
}

/*Buttons*/
button:focus {
    outline: none;
}

.ld-ui-btn {
    display: inline-block;
    border: none;
    border-radius: 20px;
    padding: 5px 30px;
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 1;
    min-width: 100px;
    text-align: center;
}

    .ld-ui-btn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(var(--smash-yellow-1-rgb));
        border-radius: 20px;
        z-index: -1;
    }

    .ld-ui-btn:after {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 100%;
        height: 100%;
        background: rgb(var(--smash-yellow-2-rgb));
        border-radius: 20px;
        z-index: -2;
    }

    .ld-ui-btn.ld-ui-btn-b {
        background: white;
        color: rgb(var(--smash-yellow-3-rgb));
        border: 2px solid rgb(var(--smash-yellow-1-rgb));
    }

        .ld-ui-btn.ld-ui-btn-b:before {
            background: white;
        }


.ld-pricing-family-element-order,
.lb-talk-about-btn,
.ld-pricing-resume-getquote,
.ld-ui-btn {
    transition-duration: 100ms;
    cursor: pointer;
}

    .ld-pricing-family-element-order:hover,
    .lb-talk-about-btn:hover,
    .ld-ui-btn:hover,
    .ld-pricing-resume-getquote:hover {
        transform: scale(0.95);
    }

    .ld-pricing-resume-getquote.center-v:hover {
        transform: scale(0.95) translate(-50%, -50%);
    }
/*

        .ld-ui-btn.ld-ui-btn-b:after {
            left: -2px;
            top: -2px;
            width: calc(100% + 4px);
            height: calc(100% + 7px);
        }*/
/*Buttons*/
.ld-content {
    width: 100%;
}

.ld-wrapper {
    text-align: center;
}

/*Social media*/
.ld-social-media {
    display: none;
    position: absolute;
    text-align: center;
    width: 52px;
    min-height: 70px;
    top: 50%;
    left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 0 20px 20px 0;
    transform: translateY(-50%);
    z-index: 100;
}

    .ld-social-media:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 20px 20px 0;
        background: rgb(var(--smash-red-2-rgb));
        background: linear-gradient(180deg, rgb(var(--smash-red-1-rgb)) 0%, rgb(var(--smash-yellow-3-rgb)) 100%);
        z-index: -1;
    }

    .ld-social-media:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 5px;
        border-radius: 0 20px 20px 0;
        background: rgb(var(--smash-orange-2-rgb));
        z-index: -2;
    }

.ld-social-media-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: initial;
    padding: 0;
    margin-bottom: 5px;
}

    .ld-social-media-link:before {
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50% auto;
    }

    .ld-social-media-link:after {
        background: rgb(var(--smash-red-2-rgb));
    }

.ld-social-media-email:before {
    background-image: url('/image/general/ico-mail.png');
}

.ld-social-media-facebook:before {
    background-image: url('/image/general/ico-facebook.png');
    background-size: 30% auto;
}

.ld-social-media-instagram:before {
    background-image: url('/image/general/ico-instagram.png');
}
/*Social media*/


/*titles*/
.ld-section-title-1,
.ld-section-title-2 {
    margin: 0;
}

.ld-section-title-1 {
    font-size: 2.5rem;
    color: rgb(var(--smash-yellow-4-rgb));
}

.ld-section-title-2 {
    font-size: 1.5rem;
    color: rgb(var(--smash-red-3-rgb));
}

h1.ld-section-title-2 {
    font-size: 2rem;
}

h1.ld-section-title-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    color: rgb(var(--smash-orange-3-rgb));
    text-align: left;
}

/*margins*/

.ld-mt15 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.ld-carousel-fw {
    max-width: 1200px;
}

.br-100 {
    display: block;
    margin-bottom: 100px;
}

.ld-f-15 {
    font-size: 1.5rem;
}

.splide__pagination__page.is-active {
    background: rgb(var(--smash-orange-1-rgb)) !important;
}

#GlobalPDFReader {
    height: calc(99vh - 75px);
    width: calc(99vw - 75px);
    border: none;
}

.center-v {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.book-a-consultation-btn {
    position: fixed;
    bottom: 20px;
    right: 80px;
    padding: 8px 30px;
    background: #ffaa00;
    color: white;
    border: none;
    outline: none;
    border-radius: 50px;
    z-index: 9998;
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}


.grecaptcha-badge {
    bottom: 100px !important;
    z-index: 10;
}
