﻿
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*, ::after, ::before {
    box-sizing: border-box;
}

.c-popup {
    /*position: relative;*/
}
.c-popup .popup {
    background-color: #BDBDBD;
    border-radius: 20px;
    mix-blend-mode: screen;
    background-image: url(/assets/img/bg/main-popup-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 40px;
}

    .c-popup .btn-primary {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        transition: 0.35s ease-in-out;
    }
        .c-popup .btn-primary span {
            max-width: 45%;
            flex: 1 1 45%;
            transition: 0.35s ease-in-out;
        }
        .c-popup .popup.lg-popup {
            width: 1320px;
        }
    /*.c-popup .btn-primary:hover {
        justify-content: center;
        text-align: center;
    }
        .c-popup .btn-primary:hover span {
            max-width: 10%;
            flex: 1 1 10%;
        }*/
        .c-popup h4 {
            font-size: calc(26px + (45 - 26) * (100vw - 320px) / (1920 - 320));
            line-height: 100%;
        }

.right-popup-content-card {
    width: 100%;
    height: 100%;
}
.img-gif-wrapper {
    padding: 0 45px;
    border-radius: 20px;
    background-image: url(/assets/img/bg/popup-gif-bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.popup-content-box {
    border-radius: 30px;
    /*background: #D9D9D9;*/
    padding: 20px 15px;
    backdrop-filter: blur(4px);
    border: 3px solid #cccccc75;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background: #FFFFFF26;
}
    .popup-content-box h5 {
        font-size: calc(17px + (35 - 17) * (100vw - 320px) / (1920 - 320));
        line-height: 100%;
    }
    .popup-content-box p {
    }
    .popup-content-box h5, .popup-content-box p, .inner-cards span {
        color: #fff;
    }
    .popup-content-box p {
        line-height: 1.3;
    }
        .inner-cards {
            display: flex;
            /* flex-wrap: wrap; */
            gap: 15px;
            width: 100%;
        }
.inner-card {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 20px 25px;
    width: 50%;
    transition: 0.3s ease-in-out;
}
    .inner-card:hover {
        transform: scale(1.042);
    }

    .inner-cards span {
        font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
        font-family: "Khorla";
        line-height: 100%;
    }
.inner-cards p {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 8px 0 0 0;
    margin: 0;
    line-height: 1.4;
}
.c-popup .popup .c-close {
    font-size: 14px;
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    transition: 0.3s ease-in-out;
}
    .c-popup .popup .c-close:hover {
        border-color: transparent;
        background-color: red;
        color: #fff;
    }

    .c-popup .form-group .form-control {
        border: 0.5px solid #00000020;
        background: #FDFDFDCC;
        border-radius: 50px;
    }
    .c-popup .form-group .form-control::placeholder {
        font-size: 12px;
        color: #3E3E3E !important;
    }

@media (max-width: 991.98px) {
    .hidden-lg {
        display: none !important;
    }
    .c-popup .popup {
        padding: 25px;
    }
}
@media (max-width: 767.98px) {
    .hidden-md {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .hidden-sm {
        display: none;
    }
}

.sec-copyright .copyright-links {
    margin-left: unset;
}
.sec-copyright .fflex {
    justify-content: space-between;
    align-items: center;
}
.lp-banner-form {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 35px 15px 15px 15px;
    margin: 35px 0;
    text-align: center;
}
    .lp-banner-form h4 {
        font-size: calc(17px + (34 - 17) * (100vw - 320px) / (1920 - 320));
        line-height: 100%;
    }

    .lp-banner-form p {
        line-height: 1.3;
    }

    .lp-banner-form .form-group .form-control {
        border: 0.5px solid #8989897a;
        border-radius: 50px;
        background: #0000000D;
    }

        .lp-banner-form .form-group .form-control::placeholder {
            font-size: 12px;
            color: #00000063 !important;
        }
.lp-banner-form .btn-primary {
    width: 100%;
}
    .lp-banner-form .form-group {
        margin-bottom: 15px;
    }

    .lp-banner-form .btn-primary {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        transition: 0.35s ease-in-out;
    }

        .lp-banner-form .btn-primary span {
            max-width: 45%;
            flex: 1 1 45%;
            transition: 0.35s ease-in-out;
        }

@media (max-width: 991.98px) {
    .lp-banner-form {
        margin-top: 0;
    }
    .ctm-lp-banner .banner-content-holder {
        padding: 50px 44px 20px;
    }
}
