    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Open Sans", serif;
    }

    h1.texts {
        position: absolute;
        bottom: 72px;
        color: #ffff;
        padding: 0px 22%;
        text-align: center;
        font-size: 24px;
        line-height: 47px;
        font-weight: 300;
        animation: fadeInUp 2.5s ease-in-out;
        text-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc, 0 0 30px #00ffcc;
    }

    i {
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #36ecf0;
        pointer-events: none;
        animation: animate 2s linear forwards;
    }

    @keyframes animate {
        0% {
            opacity: 1;
            transform: translate(0, 0);
        }

        100% {
            opacity: 0;
            transform: translate(var(--x), var(--y));
        }
    }

    /* Support me */
    #support {
        position: fixed;
        bottom: 1em;
        right: 1em;
    }

    /* buttoncsss... */
    /* From Uiverse.io by MuhammadHasann */
    button {
        position: relative;
        padding: 12px 35px;
        background: transparent;
        font-size: 17px;
        font-weight: 500;
        color: #181818;
        border: 2px solid #36ecf0b8;
        border-radius: 34px;
        box-shadow: 0px 9px 17px 5px #36ecf0ad;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        z-index: 111;
        float: right;
        margin-right: 36px;
        color: #fff;
    }

    .star-1 {
        position: absolute;
        top: 23%;
        left: 7%;
        width: 17px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    }

    .star-2 {
        position: absolute;
        top: 45%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-3 {
        position: absolute;
        top: 40%;
        left: 40%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-4 {
        position: absolute;
        top: 20%;
        left: 40%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-5 {
        position: absolute;
        top: 25%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
    }

    .star-6 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 0.8s ease;
    }

    button .star-2,
    .star-3,
    .star-4,
    .star-5,
    .star-6 {
        opacity: 0;
    }

    button:hover {
        background: transparent;
        color: #fff;
        box-shadow: 0 0 25px #36ecf0;
    }

    button:hover .star-1 {
        position: absolute;
        top: -80%;
        left: -30%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
    }

    button:hover .star-2 {
        position: absolute;
        top: -25%;
        left: 10%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
        opacity: 1;
    }

    button:hover .star-3 {
        position: absolute;
        top: 55%;
        left: 25%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
        opacity: 1;
    }

    button:hover .star-4 {
        position: absolute;
        top: 30%;
        left: 80%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
        opacity: 1;
    }

    button:hover .star-5 {
        position: absolute;
        top: 25%;
        left: 115%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
        opacity: 1;
    }

    button:hover .star-6 {
        position: absolute;
        top: 5%;
        left: 60%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
        opacity: 1;
    }

    .fil0 {
        fill: #fffdef;
    }

    /* hdrcsss.. .. .  */
    .header.container-fluid {
        position: absolute;
        top: 27px;
        width: 100%;
    }

    /* popupcsss.. . . .. */
    /* Modal */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
        color: white;
    }

    /* popupform css .. . .  */
    .form-container {
        width: 400px;
        background: linear-gradient(#000408, #000408e6) padding-box, linear-gradient(145deg, transparent 35%, #40c9ff, #fff) border-box;
        border: 2px solid transparent;
        padding: 32px 24px;
        font-size: 14px;
        font-family: inherit;
        color: white;
        display: flex;
        flex-direction: column;
        gap: 20px;
        box-sizing: border-box;
        border-radius: 16px;
        background-size: 200% 100%;
        animation: gradient 5s ease infinite;
        margin-top: 12px;
    }

    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .form-container button:active {
        scale: 0.95;
    }

    .form-container .form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .form-container .form-group {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .form-container .form-group label {
        display: block;
        margin-bottom: 5px;
        color: #ffffff70;
        font-weight: 600;
        text-align: left;
        font-size: 13px;
    }

    .form-container .form-group input {
        width: 100%;
        padding: 12px 16px;
        border-radius: 8px;
        color: #fff;
        font-family: inherit;
        background-color: transparent;
        border: 1px solid #414141;
    }

    .form-container .form-group textarea {
        width: 100%;
        padding: 12px 16px;
        border-radius: 8px;
        resize: none;
        color: #fff;
        height: 96px;
        border: 1px solid #414141;
        background-color: transparent;
        font-family: inherit;
    }

    .form-container .form-group input::placeholder {
        opacity: 0.5;
    }

    .form-container .form-group input:focus {
        outline: none;
        border-color: #40c9ff;
    }

    .form-container .form-group textarea:focus {
        outline: none;
        border-color: #40c9ff;
    }

    .form-container .form-submit-btn {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        align-self: flex-start;
        font-family: inherit;
        color: #717171;
        font-weight: 600;
        width: 40%;
        border: 1px solid #414141;
        padding: 12px 16px;
        font-size: inherit;
        gap: 8px;
        margin-top: 8px;
        cursor: pointer;
        border-radius: 30px;
    }

    .form-container .form-submit-btn:hover {
        background-color: #fff;
        border-color: #fff;
    }

    .modal-content h2 {
        color: #fff;
        text-align: center;
    }

    .modal-content {
        width: unset !important;
        background: transparent;
    }

    ul#iti-0__country-listbox {
        width: 200px;
        background-color: #000509;
        border-radius: 5px;
        z-index: 222;
    }

    span.iti__country-name {
        display: none;
    }

    button.refresh-btn {
        background: transparent;
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 0;
        margin-top: -26px;
        font-size: 13px;
        margin-right: 7px;
    }

    button.refresh-btn:hover {
        color: #40c9ff;
    }

    /* iconfristsection css.... */
    .iconfristsection {
        position: fixed;
        left: 26px;
        margin-left: 8px;
        z-index: 111;
        padding: 12% 0;
    }

    body.sec2 .iconfristsection {
        display: none;
    }

    body.sec3 .iconfristsection {
        display: none;
    }

    .iconfristsection .icons {
        display: grid;
        gap: 26px;
        align-items: center;
        width: 25px;
    }

    .iconfristsection .icons i {
        animation: unset;
        background: unset;
        font-size: 24px;
        color: #00e0e682;
        position: relative;
        cursor: pointer;
        z-index: 111;
        width: 26px;
    }

    /* 1️⃣ Pulse Animation (Auto Zoom In & Out) */
    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    .iconfristsection .icons i {
        animation: pulse 2s infinite ease-in-out;
    }

    /* 3️⃣ Bounce Effect */
    @keyframes bounce {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-8px);
        }
    }

    .iconfristsection .icons a:hover i {
        animation: bounce 0.5s ease-in-out infinite;
    }

    /* fopotercss. .. . */
    /* From Uiverse.io by satyamchaudharydev */
    /* === removing default buttonsx style ===*/
    .buttonsx {
        margin: 0;
        height: auto;
        background: transparent;
        padding: 0;
        border: none;
        cursor: pointer;
    }

    /* buttonsx styling */
    .buttonsx {
        --border-right: 6px;
    --text-stroke-color: rgba(255, 255, 255, 0.6);
    --animation-color: #0dcaf0;
    --fs-size: 1.4em;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: var(--fs-size);
    font-family: "Arial";
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-stroke-color);
    border-radius: unset;
    box-shadow: unset;
    float: left;
    margin-bottom: 23px;
    margin-left: 14px;
    }

    /* this is the text, when you hover on buttonsx */
    .hover-text {
        position: absolute;
        box-sizing: border-box;
        content: attr(data-text);
        color: var(--animation-color);
        width: 0%;
        inset: 0;
        border-right: var(--border-right) solid var(--animation-color);
        overflow: hidden;
        transition: 0.5s;
        -webkit-text-stroke: 1px var(--animation-color);
    }

    /* hover */
    .buttonsx:hover .hover-text {
        width: 100%;
        filter: drop-shadow(0 0 23px var(--animation-color))
    }

    .container-fluid.footers {
        position: absolute;
        bottom: 0;
    }

    .buttonsx:hover {
        box-shadow: unset;
    }

    .foterbtnpopup {
        position: fixed;
    bottom: -100px;
    left: 20px;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
    z-index: 11111;
    width: 552px;
    background: linear-gradient(#000408, #000408e6) padding-box, linear-gradient(145deg, transparent 35%, #40c9ff, #fff) border-box;
    border-radius: 32px;
    background-size: 200% 100%;
    border: 2px solid transparent;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    }

    .foterbtnpopup.show {
        bottom: 4px;
    opacity: 1;
    transform: translateY(0);
    left: 0;
    }
    .foterbtnpopup.show p {
        font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    padding-top: 11px;
    color: #ffffffa1;
}
.foterbtnpopup.show ul {
    padding: 0;
    display: flex;
    gap: 26px;
}
.foterbtnpopup.show ul a {
    color: #fff;
}
.foterbtnpopup.show ul a:hover {
    color: #40c9ff;
}
.copyright {
    background: #000;
    padding: 7px;
    border-radius: 10px;
}
/* policy........ . */
.container-fluid.uicodeprive {
    padding-top: 2%;
    padding-left: 7%;
    padding-right: 1%;
    height: 91vh;
    overflow-y: scroll;
}
.container-fluid.uicodeprive h2 {
    text-align: center;
    color: #fff;
    font-size: 44px;
    padding-bottom: 16px;
}

.container-fluid.uicodeprive h3 {
    color: #fff;
    font-size: 19px;
    text-decoration: underline;
}
.container-fluid.uicodeprive span {
    color: #ffffff82;
    line-height: 32px;
}
.bgbody {
    background-image: url(https://ideaas.net/videoimg/BG.jpg);
    background-size: cover;
    overflow: hidden;
}
.col-md-6.logogo {
    position: relative;
    left: 13px;
    top: 8px;
    z-index: 11111;
}
.col-md-6.logogo img {
    width: 77px;
    cursor: pointer;
    margin-top: -31px;
}

/* mediquerry css . ..  .. */
@media (min-width: 320px) and (max-width: 480px) {
.buttoncsgf button {
    bottom: 13px;
}
#muteButton {
    bottom: 9px;
    width: 80px;
    margin-left: -10px;
}
.foterbtnpopup.show {
    border-radius: 5px;
    width: 100%;
    border-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.foterbtnpopup.show p {
    font-size: 13px;
    line-height: 22px;
}
.copyright {
    font-size: 10px;
}
.foterbtnpopup.show ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.foterbtnpopup.show ul a {
    font-size: 15px;
}
.form-container {
    width: 100%;
    height: 91vh;
}
.iconfristsection .icons {
    display: none;
}
.header.container-fluid button {
    position: absolute;
    top: 0;
    right: -26px;
    font-size: 10px;
    box-shadow: 0px 2px 17px 2px #36ecf0ad;
    z-index: 111111;
}
.col-md-6.logogo img {
    width: 60px;
    margin-top: -28px;
    margin-left: -13px;
}
.container-fluid.uicodeprive {
    padding-top: 28%;
    padding-left: 4%;
    padding-right: 1%;
}
.container-fluid.uicodeprive h2 {
    padding-bottom: 0px;
    margin-left: -28px;
}
.buttonsx {
    margin-bottom: 8px;
    margin-left: 2px;
}
    }

    