html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    height: 100vh;
    overflow-x: hidden;
    /* padding-bottom: 9em; */
}

main {
    overflow: hidden;
}

 :root {
    --blue-color: #0075EB;
    --white-color: #FFFFFF;
    --black-color: #1B1B1B;
}

.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.gap-30 {
    gap: 0 30px;
}


/*--- header-css ---*/

.logo img {
    width: 352px;
    height: auto;
    padding: 55px 0px 0 37px;
}

.spiner-section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0 3em;
}

.spiner-section .spinner-inner-left-section {
    background-color: var(--white-color);
    text-align: center;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.spiner-section .spinner-left-section {
    width: 45%;
    flex: 0 0 45%;
    padding-top: 2em;
}

.spiner-section .spinner-right-section {
    width: 50%;
    flex: 0 0 50%;
}

.spiner-section .spinner-inner-left-section p {
    font-size: 16px;
    line-height: normal;
    font-weight: 800;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.spiner-section .spinner-inner-left-section h1 {
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    color: #ee0020;
    padding-bottom: 10px;
    font-weight: 900;
}

.spiner-section .spinner-inner-left-section h2 {
    font-size: 21px;
    line-height: normal;
    padding: 0 0 16px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 900;
}

.spiner-section .row .spinner-right-section {
    text-align: right;
    position: relative;
}

.spiner-section .spinner-right-section-angle-img {
    position: absolute;
    top: 50%;
    right: 0;
    height: auto;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    cursor: pointer;
}

.congtxt p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}

.copyfooter h4 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 30px 0;
    font-weight: 500;
}

.copyfooter h4 a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

#modal1 .modal-content {
    position: relative;
    width: 95%;
    max-width: 440px;
    margin: 20px auto;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#modal1 h5 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    font-weight: 900;
    color: #EC1C24;
}

.modal-header {
    padding: 0;
    border: none;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-content {
    text-align: center;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    padding: 34px 60px;
}

.modal-header .btn-close {
    display: none;
}

.modal-body {
    padding: 0;
}

#modal1 .modal-body h6 {
    font-size: 18px;
    line-height: normal;
    color: #EC1C24;
    padding: 12px 0 30px;
}

#modal1 .modal-body h6 b {
    font-weight: 800;
}

.modal .okay-btn {
    padding: 15px 40px;
    margin: 0 10px 0px;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    background: #EC1C24;
    border-radius: 35px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

#spinner {
    width: 96%;
    height: auto;
    transition: transform 5s linear;
    -webkit-transition: transform 5s linear;
    -moz-transition: transform 5s linear;
    -ms-transition: transform 5s linear;
    -o-transition: transform 5s linear;
}

.top-image {
    width: 100px;
    transition: transform 6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -webkit-transition: transform 6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -moz-transition: transform 6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -ms-transition: transform 6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -o-transition: transform 6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.popup-open {
    position: relative;
}

.popup-open::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000b0;
    top: 0;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    background: white;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center;
    width: 90%;
    max-width: 680px;
    z-index: 99;
    opacity: 0;
    transform-style: preserve-3d;
    transition: transform 0.4s ease, opacity 0.4s ease;
    -webkit-transition: transform 0.4s ease, opacity 0.4s ease;
    -moz-transition: transform 0.4s ease, opacity 0.4s ease;
    -ms-transition: transform 0.4s ease, opacity 0.4s ease;
    -o-transition: transform 0.4s ease, opacity 0.4s ease;
    -webkit-transform: translate(-50%, -50%) rotateY(90deg);
    -moz-transform: translate(-50%, -50%) rotateY(90deg);
    -ms-transform: translate(-50%, -50%) rotateY(90deg);
    -o-transform: translate(-50%, -50%) rotateY(90deg);
}

.popup.show {
    transform: translate(-50%, -50%) rotateY(0deg);
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotateY(0deg);
    -moz-transform: translate(-50%, -50%) rotateY(0deg);
    -ms-transform: translate(-50%, -50%) rotateY(0deg);
    -o-transform: translate(-50%, -50%) rotateY(0deg);
}

.popup.hide {
    transform: translate(-50%, -50%) rotateY(90deg);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotateY(90deg);
    -moz-transform: translate(-50%, -50%) rotateY(90deg);
    -ms-transform: translate(-50%, -50%) rotateY(90deg);
    -o-transform: translate(-50%, -50%) rotateY(90deg);
}

.popup .popup-content h3 {
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 800;
    color: #EC1C24;
    padding-bottom: 16px;
}

.popup .popup-content p {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 16px;
    color: #191919;
    font-weight: 700;
}

.popup .popup-content .btn {
    min-width: 200px;
    padding: 15px 20px;
    margin: 0 10px 15px;
    font-weight: bold;
    color: #ffffff;
    -webkit-background: #ea2f2f;
    background: #ea2f2f;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 35px;
    border: none;
    cursor: pointer;
}

.popup .popup-content .autoink {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.popup .popup-content .btn-final {
    font-weight: bold;
    text-transform: uppercase;
}

.popup .popup-content .btn-final .ink {
    position: absolute;
    display: block;
    height: 200px;
    width: 250px;
    top: -20px;
    left: -140px;
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 20;
}

.animate {
    webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    100% {
        transform: scale(4);
        opacity: 0;
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
    }
}

#confetti-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1000;
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: hsl(0, 100%, 50%);
    opacity: 0.7;
    transform: rotate(45deg);
    animation: confetti-fall 3s linear infinite;
    -webkit-animation: confetti-fall 3s linear infinite;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@keyframes confetti-fall {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        -webkit-transform: translateY(-100vh) rotate(0deg);
        -moz-transform: translateY(-100vh) rotate(0deg);
        -ms-transform: translateY(-100vh) rotate(0deg);
        -o-transform: translateY(-100vh) rotate(0deg);
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        -webkit-transform: translateY(100vh) rotate(720deg);
        -moz-transform: translateY(100vh) rotate(720deg);
        -ms-transform: translateY(100vh) rotate(720deg);
        -o-transform: translateY(100vh) rotate(720deg);
    }
}

@keyframes ripple {
    20% {
        opacity: 0;
        transform: scale(2.5);
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}


/*--- mediaquery ---*/

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
    .logo img {
        padding: 45px 0px 0 30px;
    }
    .spiner-section .row {
        padding: 1em 0 2em;
    }
    .spiner-section .spinner-inner-left-section {
        padding: 25px 15px;
    }
    .spiner-section .spinner-inner-left-section p {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .spiner-section .spinner-inner-left-section h1 {
        font-size: 30px;
        padding-bottom: 8px;
    }
    .spiner-section .spinner-inner-left-section h2 {
        font-size: 18px;
        padding: 0 0 15px;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 92%;
    }
    .copyfooter h4 {
        padding: 25px 0;
    }
    .popup {
        padding: 25px;
        max-width: 600px;
    }
    .popup .popup-content h3 {
        font-size: 28px;
        padding-bottom: 15px;
    }
    .popup .popup-content p {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .popup .popup-content .btn {
        min-width: 190px;
        padding: 14px 20px;
        margin: 0 8px 10px;
    }
}

@media only screen and (max-width: 1299px) {
    .spiner-section .spinner-right-section-angle-img img {
        width: 85%;
    }
    .spiner-section .spinner-inner-left-section h1 {
        font-size: 28px;
    }
    .spiner-section .spinner-inner-left-section h2 {
        font-size: 16px;
    }
    .logo img {
        width: 330px;
    }
}

@media only screen and (max-width: 1199px) {
    .logo img {
        padding: 40px 0px 0 25px;
    }
    .spiner-section .spinner-inner-left-section h1 {
        font-size: 25px;
    }
    .spiner-section .spinner-inner-left-section h2 {
        font-size: 15px;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 78%;
    }
    .popup {
        padding: 20px;
        max-width: 580px;
    }
    .popup .popup-content h3 {
        font-size: 25px;
    }
    .popup .popup-content .btn {
        min-width: 150px;
        padding: 14px 20px;
        margin: 0 8px 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .spiner-section .spinner-left-section {
        width: 50%;
        flex: 0 0 50%;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 69%;
    }
    .popup {
        max-width: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .spiner-section .spinner-right-section-angle-img img {
        width: 67%;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        text-align: center;
    }
    .logo img {
        padding: 30px 0px 0 20px;
        width: 300px;
    }
    body {
        background-position: left center !important;
        height: 100%;
    }
    .spiner-section .row {
        flex-wrap: wrap;
    }
    .spiner-section .spinner-left-section,
    .spiner-section .spinner-right-section {
        width: 100%;
        flex: 0 0 100%;
    }
    .spiner-section .spinner-left-section {
        padding-bottom: 2em;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .logo img {
        padding: 30px 0px 0 0px;
        width: 250px;
    }
    .spiner-section .spinner-inner-left-section p {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .spiner-section .spinner-inner-left-section h2 {
        font-size: 14px;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 85%;
    }
    .popup {
        max-width: 480px;
    }
}

@media only screen and (max-width: 575px) {
    .spiner-section .spinner-inner-left-section h1 {
        font-size: 22px;
    }
    .popup {
        max-width: 400px;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 75%;
    }
    .popup .popup-content p {
        font-size: 12px;
    }
    .popup .popup-content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .spiner-section .spinner-left-section {
        padding-top: 1em;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 63%;
    }
}

@media only screen and (max-width: 375px) {
    body {
        height: 100vh;
    }
    .logo img {
        width: 220px;
    }
    .container {
        padding: 0 20px;
    }
    .spiner-section .spinner-right-section-angle-img img {
        width: 59%;
    }
    .popup .popup-content h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .popup .popup-content .btn {
        min-width: 140px;
        padding: 12px 18px;
        margin: 0 0px 8px;
        font-size: 12px;
    }
}