    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Open Sans", serif;
    }

    body,
    html {
        height: 100%;
        overflow: hidden;
        background-color: transparent !important;
    }

    .video-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        /* transition: opacity 1s ease-in-out; */
        background: transparent;
    }

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    div#firstVideoContainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    h1.texts {
        position: absolute;
        bottom: 128px;
        color: #ffff;
        padding: 0px 22%;
        text-align: center;
        font-size: 24px;
        line-height: 39px;
        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: 15px;
        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;
    }

    button#muteButton:hover i.bx.bx-volume-mute {
        border: ridge #00ffcc5e;
    }

    /* iconfristsection css.... */
    .iconfristsection {
        position: relative;
        left: 0;
        margin-left: 8px;
        z-index: 111;
        padding: 18% 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(#000408ed, #000408e6) padding-box, linear-gradient(145deg, transparent 35%, #40c9ff, #fff) border-box;
        border-radius: 32px;
        background-size: 200% 100%;
        border: 2px solid #0dcaf0;
        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 {
        padding: 7px;
        border-radius: 10px;
    }

    /* newcs. . .. */
    body.sec2 button#openfoterbtnpopup {
        display: none;
    }

    body.sec3 button#openfoterbtnpopup {
        display: none;
    }

    body.sec2 .poupform {
        display: none;
    }

    body.sec3 .poupform {
        display: none;
    }


    #exitButton {
        position: absolute;
        bottom: 3px;
        padding: 10px 20px;
        background: transparent;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: background 0.3s;
        left: 66px;
        box-shadow: none;
    }

    #muteButton {
        position: absolute;
        bottom: 12px;
        padding: 10px 20px;
        background: transparent;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: background 0.3s;
        width: 90px;
        overflow: hidden;
        height: 59px;
        box-shadow: none;

    }

    i.bx.bx-volume-full {
        position: unset;
        width: unset;
        height: unset;
        animation: unset;
        padding: 9px;
        font-size: 24px;
        border-radius: 4px;
        border: solid #ffffff1c;
        background: unset;
    }

    i.bx.bx-volume-mute {
        position: unset;
        width: unset;
        height: unset;
        animation: unset;
        padding: 9px;
        font-size: 24px;
        border-radius: 4px;
        border: solid #ffffff1c;
        background: unset;
    }

    button#muteButton #text {
        display: none;
    }

    #exitButton img {
        width: 50px;
        margin-right: 71px;
        border: solid #ffffff1c;
        padding: 10px;
        border-radius: 5px;
    }

    #exitButton img:hover {
        border: ridge #00ffcc5e;
    }

    #exitButton {
        display: none;
    }

    body.sec2 #exitButton {
        display: block;
    }

    .buttoncsgf {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .buttoncsgf button {
          position: absolute;
    bottom: 22px;
    padding: 8px 38px;
    margin-right: 0;
    border: solid #ffffff1c;
        box-shadow: unset;
    margin-left: -119px;
}

    .buttoncsgf button:hover {
        border: ridge #00ffcc5e;
    }

    .sec1 .buttoncsgf button {
        bottom: 72px;
    }
.buttoncsgf.ghj button {
       margin-left: 250px;
}
    .buttoncsgf img {
        width: 20px;
        margin-right: 7px;
    }

    img.img1 {
        display: none;
    }

    .buttoncsgf:hover img.img1 {
        display: block;
    }

    .buttoncsgf:hover img.img2 {
        display: none;
    }

    .logoindex {
        position: absolute;
        top: 0;
        left: 0;
    }

    .logoindex img {
        position: relative;
        z-index: 1111;
        width: 65px;
        left: 24px;
        display: none;
    }

    .sec2 .logoindex img {
        display: block;
    }

    /* sidechat. . .. . .  */
    .chat-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #007bff;
        color: white;
        padding: 15px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        font-size: 20px;
    }

    .sidebar {
        background-image: url(https://ideaas.net/videoimg/BG_Top_Add.png);
        background-size: cover;
    }

    .sidebar {
        position: fixed;
        right: -538px;
        top: 0;
        width: 432px;
        height: 100%;
        color: white;
        transition: 0.3s ease-in-out;
        padding: 20px;
        z-index: 1111;
    }

    .sidebar.open {
        right: 0;
        box-shadow: 0px 0px 60px 990px #0000008c;

    }

    .chat-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .chat-header h2 {
        margin: 0;
    }

    .close-btn {
        cursor: pointer;
        font-size: 24px;
    }

    .chat-body {
        margin-top: 63px;
        height: 68vh;
        overflow-y: scroll;
    }

    .chat-item {
        background: #ffffff4d;
        padding: 12px;
        margin: 10px 0;
        font-size: 13px;
        cursor: pointer;
        max-width: 70%;
        width: auto;
        border-radius: 48px;
        padding-left: 18px;
        display: table;
        transition: 0.2s;
        white-space: nowrap;
    }

    .chat-footer {
        position: absolute;
        bottom: 10px;
        width: 90%;
    }

    .chat-footer input {
        width: 80%;
        padding: 10px;
        border: none;
        border-radius: 5px;
    }

    .send-btn {
        background: #007bff;
        color: white;
        padding: 6px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        animation: unset;
        font-size: 32px;
        width: unset;
        height: unset;
        margin-left: 10px;
        z-index: 11;
    }

    .chat-item span {
        color: #feac01;
        font-weight: bold;
    }

    .bgbodymob {
        background-image: url('https://ideaas.net/videoimg/BG.jpg');
        display: none;
        background-size: cover;
    }

    #preloader {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #01161aab;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    /* Loader Animation */
    .loader {
        border: 8px solid #f3f3f3;
        border-top: 8px solid #36ecf0;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .tawk-bubble-container {
        margin-top: -28px;
    }


    /* mobileresponsihive css .. . .. */
    #contactFormLoader {
        display: none;
        width: 30px;
        height: 30px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #ff5733; /* Unique Color */
        border-radius: 50%;
        animation: spin 1s linear infinite;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .buttoncsgf a {
    color: #fff;
    text-decoration: none;
}



.btn-shine {
 position: absolute;
    top: 5%;
    transform: translate(-50%, -50%);
    padding: 8px 35px;
    color: #0efdff;
    background: linear-gradient(to right, #0efdff 0, #fff 10%, #0efdffb5 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    z-index: 111;
    border: 1px solid #0efdff;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
body.sec2 a.btn-shine {
    display: none;
}
body.sec3 a.btn-shine {
    display: none;
}