/* #### Generated By: http://www.cufonfonts.com #### */
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.cdnfonts.com/css/gelion');
    @font-face {
    font-family: 'Gelion Regular Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Regular Italic'), url('/fonts/Gelion Regular Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Regular';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Regular'), url('/fonts/Gelion Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Light';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Light'), url('/fonts/Gelion Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Thin Italic'), url('/fonts/Gelion Thin Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Light Italic'), url('/fonts/Gelion Light Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Thin';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Thin'), url('/fonts/Gelion Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Medium Italic'), url('/fonts/Gelion Medium Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Medium';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Medium'), url('/fonts/Gelion Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Semi Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Semi Bold Italic'), url('/fonts/Gelion SemiBold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Semi Bold'), url('/fonts/Gelion SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Bold Italic'), url('/fonts/Gelion Bold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Bold';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Bold'), url('/fonts/Gelion Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Black Italic'), url('/fonts/Gelion Black Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gelion Black';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/Gelion Black'), url('/fonts/Gelion Black.woff') format('woff');
    }
    
    
    
    *{
        font-family:'Gelion', sans-serif;
        font-weight: 500;
    }
    h1, h2, h3, h4, h5, h6{
        font-family:'Gelion','Inter', sans-serif;
    }
    nav a {
        font-family:'Gelion', 'Inter', sans-serif;
        font-size: 13px;
    }
     label, li > span{
        font-family:'Poppins', 'Inter', sans-serif;
        font-size: 13px;
    }
    .horizon {
        color: #0000FF;
        font-family:'Gelion', 'Inter', sans-serif;
        font-weight: 700;
    }
    .intro-bg {
        background-image: url("/images/introbg.png");
        background-color: #B70707;
        background-position: center;
        background-attachment: fixed !important;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    
    .sub-title {
        font-family: 'Poppins', sans-serif;
        font-weight: medium;
        font-size: 16px;
    }
    
    
   .nv {
    display: flex;
    align-items: end;
    /* padding-right: 20px; */
    flex-direction: column;
    width: 100%;
    gap: 15px;
    /* position: fixed; */
    top: 0;
    padding: 10px 20px;
    z-index: 9999;
}

        /* Media query for desktop devices */
        @media screen and (min-width: 768px) {
            .nv {
                display: none!important; /* Hide the element on desktop devices */
            }
        }
        
    .mx-0{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .nput {
    background: #fff!important;
    border: none!important;
    border-bottom: 2px solid #8D8D8D!important;
    border-radius: 8px!important;
    padding-top: 15px!important;
    padding-bottom: 25px!important;
    color: rgba(0, 0, 0, 0.5)!important;
     box-shadow: 9px 10px 13px -1px rgba(0, 0, 0, 0.14);
    }
    footer {

        padding: 40px 20px;
          background-image: url("/images/btimg.png");
        background-color: #0000FF;
        background-position: bottom;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    
    .hero {

        background-image: url("/images/hero.png");
        background-color: #0000FF;
        background-position: center;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    
     .hol {

        background-image: url("/images/introbg2.png");
        background-position: center;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tlogo {
    text-align: center;
}

#spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #0000FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-top: 20px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.last-intro {
    position: relative;
    padding: 200px 20px;
    background-image: url("/images/lastintro.png");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.last-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 0, 0, 0.4);
    z-index: 9;
}
.boss-bg {
    /*background-image: linear-gradient(-20deg, #7e8eff 0%, #fbfbe4 100%);*/position: relative;
}
.boss-bg:before {
    background: linear-gradient(117.78deg,#fac3dc 4.58%,hsla(0,0%,100%,0) 86.1%),radial-gradient(96.79% 217.39% at 100% 104.38%,rgba(222,216,255,.4) 0,#fff 100%);
    background-size: 250% 250%;
    animation: gradient 8s ease infinite;
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


  @media screen and (max-width: 1024px) {
            .heroflex {
                gap: 5px!important; /* Hide the element on desktop devices */
            }
            .heroimage {
                height: 450px!important;
            } 
            
            .herotitle {
                font-size: 25px!important;
            }
        }
@media screen and (max-width: 640px) {
    .boss-bg {
        padding-bottom: 340px;
    }
    .intro-bg {
        background-size: cover;
        background-attachment: local!important;
    }
    
    
    .last-intro {
        background-size: cover;
        background-attachment: local!important;
    }
    
    .pp {
        width: 95%!important;
    font-size: 14px!important;
    }
    .ss {
        flex-direction: column;
        gap: 15px;
        align-items: start!important;
    }
    
    footer {
        padding:20px 20px!important;
    }
    
    footer image {
        height: 50px!important;
    }
    
    .heroflex {
        margin-top: -40%;
    }
    
    
    .ss .flex {
        margin-left: 0!important;
    }
    
    .kkd {
        margin-top: 50px;
        margin-left:60px;
        font-size: 50px!important;
    }
}


#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0000FF;
    color: #fff; 
    border: none;
    border-radius: 50%; 
    cursor: pointer;
    /* padding: 10px; */
    height: 50px;
    font-size: 20px;
    width: 50px;
}

#backToTopBtn i {
    display: inline-block;
    /*margin-right: 5px;*/
}

 
.icon {
    display: flex;
    margin-top: -100px;
    align-items:center;
    justify-content: center;
    cursor: pointer;
    /*padding: 10px;*/
    height: 64px;
    width: 64px;
    color: #000;
    position: relative;
    z-index: 9999;
    background: #fff;
    border-radius: 50%;
    
}
