@font-face {
    font-family: 'WF Visual Sans';
    src: url('https://dhygzobemt712.cloudfront.net/Fonts/VF/WFVisualSansVF.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
  
body { 
    background-color: #121212 !important; color: #fff; 
    font-family: 'WF Visual Sans', Arial, sans-serif !important;
    /*background-image: url('image/back1.png');*/
}
        #headerz1 { 
            background-image: url('images/free.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-color: #060606 !important; 
            
        }
        nav{
            background-color: #060606 !important; 
            box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
            padding: 10px !important;
        }
        #lnkLogin{
            padding: 5px 15px !important;
        }
        .navbar-brand, .nav-link { color: #fff !important; }
        .carousel-item {      
            background-color: #121212 !important;      
            /* background: linear-gradient(to right, #141e30, #243b55); */
            background-size: cover !important;
            background-position: center !important;
            color: white;
            width: 100% !important;
            min-height: calc(100vh - 65px);
            
            /* height: 100% !important; */
            /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
        }
        .boosts p{
            color: #ffffff !important;
            /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9) !important; */
            font-size: 20px !important;
            font-weight: 400 !important;
            word-wrap: break-word !important;
            /* text-shadow: 
        0 0 5px rgb(0, 0, 0), 
        0 0 10px rgb(0, 0, 0), 
        0 0 15px rgb(5, 5, 5), 
        0 0 20px rgb(0, 0, 0), 
        0 0 30px rgb(0, 0, 0); */
        }
        .carousel-caption {
            bottom: 30%;
        }
        .heading1, li {
            color: #31A952;
            /* font-family: "Copperplate Gothic", "Copperplate", "Times New Roman", serif !important; */
            /* text-shadow: 1px 1px 2px rgb(255 255 255 / 0.8); */
            /* text-shadow: 1px 1px 2px rgba(255, 255, 255); */
        }
        .heading2 {
            color: #C20E30;
        }
        .footer { background-color: #1f1f1f; padding: 20px; text-align: center; }
        #navbarNav{
            position: fixed;
            right: 0;
        }

        .carousel-captions{
            padding-top: 25px;
            padding-left: 50px;
        }

        #slide2{
            font-size: 24px;
            font-weight: 400;
        }
/* 
        .carousel-indicators button {
            border-radius: 50%;
            height: 15px !important;
            width: 15px !important;
            background-color: #C20E30 !important;
            border: 3px solid transparent !important; 
            border-image: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet) 1 !important;
            border-image-slice: 1;
        } */

        /* ----------------- */
        .carousel-indicators {
            display: flex !important; /* Ensures proper spacing */
            gap: 10px !important; /* Adds space between indicators */
            justify-content: center; /* Keeps indicators centered */
        }
        
        .carousel-indicators button {
            border-radius: 50% !important; /* Ensures fully rounded shape */
            height: 15px !important;
            width: 15px !important;
            background-color: #C20E30 !important;
            /* background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet); */
            border: none !important; /* Remove default border */
            position: relative;
            /* box-shadow: 0 0 0 3px #C20E30;  */
            /* margin: 0 5px !important; Adds spacing */
        }
        
        /* 🎨 Apply Rainbow Border Using a Pseudo-Element */
        .carousel-indicators button::after {
            content: "";
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            border-radius: 50%;
            padding: 2px;
            /* background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet); */
            -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            z-index: -1;
        }
        /* .carousel-indicators button.active::after {
            content: "";
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            border-radius: 50%;
            padding: 2px;
            background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
            -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            z-index: -1;
        } */
        
        /* 🟥 Fix: Keep the Border on Active Indicator */
        .carousel-indicators button.active::after {
            /* background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet) !important; */
        }
        
        

        .simple-list, .simple-list *{
            color: #fff;
            /* font-size: 20px;
            font-weight: 400; */
        }

        .sticky-top1{
            width: 100%; 
            /* height: 100px; */
            /* aspect-ratio: 1.9; */
            background: rgb(0,0,0);
            background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 50%, rgba(0,0,0,1) 100%);
        }

        li a:hover{
            color: #31A952 !important;
            /* text-shadow: 0 0 3px rgba(255, 255, 255, 0.9); */
        }

      


      @media (min-width: 768px) and (max-width: 991.95px) {
        #statistic-1.pt-70.pb-70 {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    @media (min-width: 768px) and (max-width: 991.95px) {
        .bg-scroll, .bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06, .bg-07, .bg-08 {
            background-attachment: scroll !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991.95px) {
        .pb-70 {
            padding-bottom: 50px;
        }
    }

    @media (min-width: 768px) and (max-width: 991.95px) {
        .pt-70 {
            padding-top: 50px;
        }
    }

    .bg-01 {
        /* background-image: url(../images/bg4.jpg); */
    }

    .bg-foot{
        background-image: url(../image/bkgFoot.png); 
    }

    .pb-70 {
        padding-bottom: 70px;
    }

    .pt-70 {
        padding-top: 70px;
    }

    #hd2{
        /* background: linear-gradient(to right, #0196fc, #01080e) !important; */
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        color: #fff;border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        color: #fff;
        /* padding-left: 25px !important; */
    }

    #hd3{
        /* background: linear-gradient(to right, #C20E30 10%, #05631f 90%) !important; */
        background: linear-gradient(to right, #C20E30 10%, #14b0a9 90%) !important;
        /* border-radius: 50px; */
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        color: #fff;
        padding-left: 25px !important;
    }

    .div-half {
        /* font-family: "Copperplate Gothic", "Copperplate", "Times New Roman", serif !important; */
        /* width: 100%;
        background: linear-gradient(to right, #C20E30 50%, #31A952 50%); */
    }

    .hd21{
        background-color: #31A952;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        color: #fff;
        /* padding-left: 25px !important; */

    }
    .hd22{
        background-color: #C20E30;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .rainbow-border {
        border: 5px solid;
        border-image: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet) 1;
        padding: 20px;
        text-align: center;
    }


    .trust {
        background-image: url(../image/trusted.png);
    }
    

    .slide-h1 {
        color: #ffffff;
        margin-top: 40px;
        font-family: WF Visual Sans Text,Arial,sans-serif;
        font-size: 60px;
    }
    .version{
        margin-top: -20px;
    }
    .slide-h2 {
        color: #ffffff;
        padding-top: 15px;
        font-family: WF Visual Sans Text,Arial,sans-serif;
        font-size: 60px;
    }
    .slide-p {
        font-size: 20px !important;
        /* color: #31A952; */
        margin-top: 24px;

    }

    p{
        word-wrap: break-word !important;
    }
    /* p-title-sm{
        font-size: 26px;
    } */
   


    .wrapper {
        text-align: center;
      }
      .wrapper h1 {
        color: #fff;
        font-size: 48px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Josefin Sans", sans-serif;
        background: linear-gradient(to left, #353535 10%, #353535 50%, #57d75b 60%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 4s linear infinite;
        display: inline-block;
      }
      
      @keyframes textclip {
        to {
          background-position: 200% center;
        }
      }


      img {
        width: auto;
        height: auto;
        max-width: 100%;
        image-rendering: crisp-edges;
        image-rendering: -webkit-optimize-contrast;
    }
    


        
        
    /* --- --- --- --- --- Animations  --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

    /* body {
        serif;
            font-size: calc(18vw + .5rem);
            height: 100vh;
            margin: 0;
            display: grid;
            place-items: center;
            background: radial-gradient(
                circle,
                rgba(255, 255, 255, 1) 0%,
                rgba(19, 19, 17, 1) 100%
            );
        } */
        
        
.container-anim{        
        #metal {background-image: url("https://images.unsplash.com/photo-1612058237353-6213b412a1c4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
            background-size: contain;
            background-clip: text;
            -webkit-background-clip: text;
          animation-name: metal;
          animation-duration: 10s;
          animation-iteration-count: infinite;}
        
        #glass{background-image: url("https://plus.unsplash.com/premium_photo-1675526090845-a8b982cabae6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
            background-size: contain;
            background-clip: text;
            -webkit-background-clip: text;    animation-name: glass;
          animation-duration: 10s;
          animation-iteration-count: infinite;}
        
        #plastic {background: url("https://images.unsplash.com/photo-1605707159327-f43132f89a5e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80");
            background-size: contain;
            background-clip: text;
            -webkit-background-clip: text;
        text-align: center;   animation-name: metal;
          animation-duration: 10s;
          animation-iteration-count: infinite;}
        
        
        p {margin: 0px; color: transparent;
        font-size: 100px; font-family: "Open Sans", sans-serif;   font-weight: bold;
            text-shadow: 0 4px 4px rgba(2, 184, 47, 0.25);text-transform: uppercase;
        text-align: center;}
        }        
        @keyframes metal {
          0% {
            background-position: 0 0;
          }
          50% {
            background-position: 200px;
          }
            100% {
            background-position: 0 0;
          }
        }
        
        @keyframes glass {
          0% {
            background-position: 0 0;
          }
          50% {
            background-position: -200px;
          }
            100% {
            background-position: 0 0;
          }
        }
        
        @keyframes plastic {
          0% {
            background-position: 0 0;
          }
          50% {
            background-position: 200px;
          }
            100% {
            background-position: 0 0;
          }
        }

        .slide3{
            padding:  25px ;
        }
        @media (max-width: 768px){
            .slide-h1{
                color: #fff !important;
                margin-top: 38px;
                font-size: 26px !important;
            } 
            .slide-p{
                margin-top: 30px;
                font-size: 18px !important;
                color: #fff;
        
            }
            .img1{
                margin-top: 50px;
            }
            .p-title-sm{
                font-size: 22px;
                line-height: 1.2em;
            }
            .container-anim {
                p {
                    font-size: 42px;
                }
            }
            .slide3{
                padding: 0 26px;
                width: 90%;
            }
        }