/*navbarcode*/
        body {
            margin: 0;
            /*font-family: Arial, sans-serif;*/
            overflow-x: hidden;
            padding:0px;
            transition:all 1s linear;
        }
        
        *{
            margin:0px;
            padding:0px;
            box-sizing:border-box;
        }
         
       a{
           text-decoration:none;
       }


@font-face {
    font-family: 'myfont1';
    src: url('../fonts/MonumentExtended-Regular.eot');
    src: url('../fonts/MonumentExtended-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MonumentExtended-Regular.otf') format('otf'), url('../fonts/MonumentExtended-Regular.ttf') format('truetype'), url('../fonts/MonumentExtended-Regular.woff') format('woff'), url('../fonts/MonumentExtended-Regular.svg#MonumentExtended-Regular') format('svg'), url('../fonts/MonumentExtended-Regular.woff2') format('woff2'); 
}

@font-face {
    font-family: 'myfont2b';
    src: url('../fonts/MonumentExtended-Ultrabold.eot');
    src: url('../fonts/MonumentExtended-Ultrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/MonumentExtended-Ultrabold.otf') format('otf'), url('../fonts/MonumentExtended-Ultrabold.svg#MonumentExtended-Ultrabold') format('svg'), url('../fonts/MonumentExtended-Ultrabold.ttf') format('truetype'), url('../fonts/MonumentExtended-Ultrabold.woff') format('woff'), url('../fonts/MonumentExtended-Ultrabold.woff2') format('woff2');
}

/*@font-face {*/
/*  font-family: 'Times New Roman';*/
/*  src: url('path-to-your-font/times new roman.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Times New Roman';*/
/*  src: url('path-to-your-font/times new roman italic.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: italic;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Times New Roman';*/
/*  src: url('path-to-your-font/times new roman bold.ttf') format('truetype');*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Times New Roman';*/
/*  src: url('path-to-your-font/times new roman bold italic.ttf') format('truetype');*/
/*  font-weight: bold;*/
/*  font-style: italic;*/
/*}*/


/*@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&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.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */


 
h1,h2,h3,h4,h5,h6{
  /*font-family: "Zen Dots", serif!important;*/
   font-family: 'myfont1';
}      

a,p,li,span{
     font-family: 'Inter', sans-serif;
    /*font-family: "Inter", serif;*/
   /*font-family: 'Times New Roman', serif;*/
} 

        /*.navbar {*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    align-items: center;*/
        /*    padding: 30px 50px;*/
        /*    background-color: #000;*/
        /*    width: 100%;*/
        /*    z-index: 1000;*/
        /*}*/

.navbar {
    position:sticky; /* Make the navbar fixed */
    top: 0;
    left: 0; 
    width: 100%;
    z-index: 1000;
    background-color: #00000000;
    /*padding: 20px 131px;*/
    transition: all 0.3s ease-in-out;
}
.secex{
       padding: 193px 0px 150px 0px;
}
.seperation{
        border: 1px solid #000;
}

.navbar.scrolled {
    background-color: #00000000; /* Slightly darker background when scrolled */
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
    /*padding: 10px 131px*/
}



        .logo-container {
            transform: translateX(-100%);
            animation: slide-in 1s forwards;
        }

        /*.logo {*/
        /*    width: 150px;*/
        /*}*/



        .menu-icon {
            display: flex;
            flex-direction: column;
            cursor: pointer;
            gap: 5px;
            position: relative;
            z-index: 1001;
        }

        .menu-icon span {
            display: block;
            width: 30px;
            height: 3px;
            background-color: #fff;
            transition: transform 0.3s ease, opacity 0.3s ease;
                border-radius: 54px;

        }

        .menu-icon.open span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .menu-icon.open span:nth-child(2) {
            opacity: 0;
        }

        .menu-icon.open span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
        }
        
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color:#000;
            overflow: hidden;
            transition: all 1s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 999;
            /*opacity: 0;*/
            transform: translatex(-100%);
        }
        
        .menu-overlay .menu{
    position: absolute;
    top:20%;
    left:15%;
    transition: all linear 1s;
        width: 60%;
    text-align: left;
}

        .menu-overlay.open {
            /*opacity: 1;*/
             transform: translatex(0%);
        }
 
        .menu {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
            opacity: 0;
            animation: fade-in 0.5s ease forwards 0.3s;
        }

      

        .menu a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            line-height:90px;
             position: relative;
             transition:all 1s linear ;
                 font-weight: 500!important;
                font-family: 'myfont1';
                letter-spacing: 2px;
                text-transform: uppercase;
                white-space:nowrap;
        }
        
        
        
        
          /* Basic styles for the menu items */
ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Positioning the links inside li */
.menu li {
    position: relative;
    display: block;
    padding: 5px 0;
    overflow: hidden;  /* Hide the overflow text when it slides */
    height:80px;
    border-top: 0.5px solid #54545426;
    border-bottom: 1px solid #54545426;
} 

.menu a{
    font-size:70px;
    margin-bottom:5px;
}
/* Style for slide1 (initial visible text) */
.menu a.slide1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 70px;
    font-weight: bold;
    transition: transform 0.5s ease;
}

/* Style for slide2 (initially hidden below slide1) */
.menu a.slide2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 70px;
    font-weight: bold;
    transition: transform 0.5s ease;
}

/* Hover effect: slide1 moves up and slide2 slides down */
li:hover .slide1 {
    transform: translateY(-100%);  /* Slide up the first text */
}

li:hover .slide2 {
    transform: translateY(-100%);  /* Bring in the second text */
}



        

/*.menu a::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -3px;*/
/*    width: 0;*/
/*    height: 3px;*/
/*    background-color: #f00;*/
/*    transition: width 0.3s ease-in-out;*/
/*}*/

.menu a:hover {
    color:#2ea4d4;
}


        @keyframes slide-in {
            from {
                transform: translateX(-100%);
            }
            to {
                transform: translateX(0);
            }
        }

        @keyframes fade-in {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        
        
         .button {
      position: relative;
      padding: 19px 30px;
      font-size: 18px;
      color: #fff;
      background: #fff;
         border: 1px solid #0000;
      border-radius: 50px;
      cursor: pointer;
      overflow: hidden;
      transition: color 0.35s linear;
       background: linear-gradient(39deg, #31a0da, #3799e4, #9d4bed, #9d4bed);
      
    }

    .button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 300%;
      height: 100%;
      /*background: linear-gradient(90deg, #ff7eb3, #ff758c, #ff616d, #ff7eb3);*/
          /*background: linear-gradient(90deg, #ff7eb3, #9975ff, #ff61f6, #ff7eb3);*/
      z-index: 0;
      transition: all 0.5s ease;
    }

    .button:hover {
      color: #000;
     background: linear-gradient(39deg, #8dd8ff, #bfe3ff, #e5caff, #debdff);
      font-weight:500;
    }

    .button:hover::before { 
      /*left: -50%;*/
        /*background: linear-gradient(39deg, #31a0da, #3799e4, #9d4bed, #9d4bed);*/
        background: linear-gradient(39deg, #31a0da, #3799e44a, #9d4bed47, #9d4bedb5);
          color:#000;
          font-weight:500;
    }

    .button span {
      position: relative;
      z-index: 1;
    }
    
    .navbtn{
        display: flex;
    align-items: center;
    gap: 30px;
}
    }
    
    
   /*footer */
   
    
    
    .footer {
      background-color: #000; 
      color: #fff;
      padding: 40px 20px;
    }

    .footer .logo img {
      /*width: 150px;*/
      margin-bottom: 15px;
          /*transform: translateX(-15px);*/
    }

    .footer h5 {
      font-size: 16px;
      margin-bottom: 20px;
      color: #2ea4d4;
      text-transform: uppercase;
          font-weight: 500;
    font-family: 'myfont1';
    letter-spacing: 2px;
    
    }

    .footer p, .footer a {
      color: #fff;
      font-size: 14px;
      margin-bottom: 10px;
      transition: color 0.3s ease;
      text-decoration: none;
    }

    .footer a:hover {
      color: #2ea4d4;
     
    }

    .footer .quick-links ul {
      list-style: none;
      padding: 0;
    }

    .footer .quick-links ul li {
      margin-bottom: 10px;
    }

    .footer-bottom {
      background-color: #111;
      color: #ccc;
      text-align: center;
      padding: 10px 0;
      font-size: 14px;
      margin-top: 30px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .footer .row > div {
        margin-bottom: 20px;
      }




      .footer .logo img {
        /*margin: 0 auto;*/
        display: block;
      }
    }
    .fotbg{
        background-color:#000;
    }
    
    
    /*herobanner*/
    
/* Default section background image */
.herobanner {
    background-image: url(../images/mainbg.png);
    /* Default background image */
    background-size: cover;
    background-position: center center;
    height: 100vh;
    transition: background-image 0.3s ease-in-out; /* Smooth transition when background changes */
    position:relative;
    padding:150px 0px;
    display: flex;
    align-items: center;
    margin-top:-76px;
}
.herobanner:after{
      content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background-image: linear-gradient(45deg, black, #00000070);
    z-index: 0;
    position: absolute;
}
.zind{
    position:relative;
    z-index:2;
}

.ban-contain {
    padding: 150px 20px;
    position: relative;
    display: flex;
}

.contain {
    /*position: absolute;*/
    top: 30%;
    left: 40px;
}

.contain h1 {
        font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 57px;
    color: #fff;
    font-family: 'myfont1';
    text-shadow: 0px 0px 10px #00000075;
    letter-spacing:2px;

}

.contain p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

.rotateimg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: rotate 10s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.rotateimg img{
    width:300px;
}


@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Button Styling */
.rotating-btn-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
} 
/*.containwrp{*/
/*    margin-top:250px;*/
/*}*/

.rotating-btn {
    width: 80px;
    height: 80px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    background-color:#0000;
}
.bxs-rocket{
    color:#fff;
}

.sectionhed h4{
    font-size:24px;
    color:#fff;
    margin-top:15px;
}
.comulwrp li{
    margin-bottom:15px;
}

.comulwrp ul li::marker {
  color: #000!important;
}
.comulwrp p:nth-of-type(1) {
    font-size: 20px!important;
    font-weight:600;
}
.comulwrp p:nth-of-type(2) {
    font-size: 18px!important;
}

.sectionhed-ul h2{
    font-size:45px;
    line-height:55px;
    color:#000;
        text-transform: uppercase;
        font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
}
.comulwrp ul li p{
    color:#000;
}




/* Media query for screens with a max width of 767px */
@media screen and (max-width: 767px) {
    .secex{
padding: 180px 20px 150px;
}

.icon-conn{
    border-right:none!important;
}
.icon-conn img{
    width:40px!important;
}
.icon-conn h1 ,.icon-con h1{
    font-size:23px!important;
}
.icon-conn h3,.icon-con h3{
    font-size:50px!important;
}
.inspircon h2{
    font-size:30px!important;
    font-weight:500!important;
}

.herobanner {
    background-image: url(../images/mainbg.png);
    /* Default background image */
    height: 660px;
    padding:80px 20px; 
  
}

    
    .sectionhedctc h2{ 
         font-size:30px!important;
    line-height:35px!important;
    word-wrap: break-word;
    }
    
     .menu-overlay .menu{
        width: 100%!important;
         
     }
     
    
     
     .menu li{
         height:60!important;
     }
     /* Style for slide1 (initial visible text) */
.menu a.slide1 {
;
    font-size: 24px!important;
   
}

/* Style for slide2 (initially hidden below slide1) */
.menu a.slide2 {
   
    font-size: 24px!important;
   
}

    
    
    .contain h1,.sseccon h3,.sectionhed-ul h2 {
        font-size: 30px!important;
        line-height: 35px !important;
    }

    .icon-con {
        border-right: none!important;
            border-bottom: 0.5px solid #2b2b2b;
    }
    
   
     .workp p{
         margin-top:20px!important;
     }
    .sectionhed h2 {
        font-size: 30px!important;
        line-height: 35px!important;
        color: #fff; 
    } 
      .sectionhed p {
        font-size: 16px!important;
        line-height: 22px!important;
        color: #fff;
    } 

    .sectionhed h3 {
        font-size:30px!important;
        line-height: 35px!important;
    }

    .containwrp {
        margin-top: 80px;
    }
    
    .inspircon2{
    padding:30px!important;
}
    .inspircon{
    padding:30px!important;
    width:100%;
} 
}

.termwrp p{
    color:#000!important;
}


/*card design*/
.secpadd{
    padding:80px 20px;
} 
.cardbg1{
        background-image: url(../images/netfliximg.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.cardbg2{
        background-image: url(../images/okkbit.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.cardbg3{
        background-image: url(../images/net5.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.cardbg4{
        background-image: url(../images/c1.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.cardbg5{
        background-image: url(../images/c2.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.cardbg6{
        background-image: url(../images/c3.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.cardbg7{
        background-image: url(../images/influ.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.cardbg8{
        background-image: url(../images/buy.jpg);
    position: relative;
    height: 500px;
     background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s linear;
    margin-bottom:10px;
}
.card-wrap:hover{
  border-radius:25px;
  border:1px solid #fff;
  transform:translatey(20px);
  cursor: default;
}
.card1{
    margin-top:20px;
}
.card2{
    margin-top:40px;
}
.card-wrap:after{
     content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  background-image: linear-gradient(10deg, black, #08011275);
    z-index: 0;
    position: absolute;
}

.card-wrap ~ .cardcon,
.cardimgwrp {
    z-index: 2;
    position: relative;
}
.cardcon{
  position: absolute;
    bottom: 30px;
    left: 0;
    padding: 20px;
    transition:all linear 1s;
} 

.cardcon h2{
    font-size:35px ;
    color:#fff;
    position:relative;
    z-index:2;
    font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
}

.cardcon:hover a{
  color:#2ea4d4; 
}


.cardcon p{
    font-size:17px;
    font-weight:500;
    color:#fff;
    position:relative;
    z-index:2;
    display:inline-block;
    line-height:25px;
     z-index:2;
}
.cardcon p a{
    font-size:16px;
    font-weight:300;
    color:#fff;
    position:relative;
    z-index:2;
    text-decoration:none;
}

.cardimgwrp .bx{
    font-size:50px!important;
    color:#fff!important;
    position:relative;
    z-index:2;
}

.cardimgwrp h2{
    font-size:22px ;
    color:#fff;
     z-index:2; 
     font-weight:400;
         font-family: 'myfont1';
         letter-spacing:2px;
}


.mtmin{
  margin-top:-76px;  
}
.secbg1{
    background-color:#000;
    /*margin-top: -76px;*/
}


/*.sectionhed{margin-bottom:30px;}*/

     .sectionhed p {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
            font-weight: 300;
            margin-bottom:0px;
    } 
    
    .sectionhedctc h2{
         font-size:45px;
    line-height:55px;
    color:#fff;
        text-transform: uppercase;
        font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
             text-shadow: 0px 0px 37px #000000;
    }
    
    
.sectionhed h2{
    font-size:45px;
    line-height:55px;
    color:#fff;
        text-transform: uppercase;
        font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
}
.sectionhed h3{
    font-size:50px;
    line-height:55px;
    color:#fff;
        text-transform: uppercase;
        font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
}
.workp p{
    font-size:18px;
    font-weight:600;
    color:#fff;
    margin-top:10px;
}
.bx{
    color:#fff;
    margin:5px;
}
.secbor{
    border-bottom:1px solid #fff;
} 
.ssecimg img{
    border-radius:25px;
}
.sseccon h3{
    font-size:45px;
    font-weight:600;
    color:#000;
    line-height:55px;
    margin:20px 0px;
}
.sseccon p {
    font-size:18px;
    font-weight:500;
    color:#3b3a3a;
    line-height:24px;
    margin:10px 0px;
}
.borderr{
    display:flex;
    justify-content:center;
    background-color:#000;
        border-bottom: 1px solid #373737;

} 
.borderr svg{
   margin-top: -35px;
    position: absolute;
}
.bgfix{
    padding:40px 0px;
}

.icon-con {
    margin-top: 10px;
    padding: 10px;
    border-right: 0.5px solid #353333;
    text-align:center;
}
 .icon-con h1{
        font-size:30px;
        color:#fff;
        font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
        
    }

.row > .col-md-4:last-child .icon-con {
    border-right: none;
}


.icon-con h3{
    font-size:70px;
    margin:15px 0px;
    color:#fff;
    font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
}

.icon-con p{
    font-size:18px;
    color:#fff;
    line-height:24px;
}





.icon-conn img{
    margin-bottom:15px;
    width:60px;
}

.icon-conn {
    margin-top: 10px;
    padding: 10px;
    border-right: 0.5px solid #b6b6b6;
    text-align:center;
}
 .icon-conn h1{
        font-size:30px;
        color:#000;
        font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
        
    }

.row > .col-md-4:last-child .icon-conn {
    border-right: none;
}


.icon-conn h3{
    font-size:70px;
    margin:15px 0px;
    color:#512b8c;
    font-weight:500;
         font-family: 'myfont1';
         letter-spacing:2px;
}

.icon-conn p{
    font-size:18px;
    color:#000;
    line-height:24px;
}

















.inspicol{
        /*background-image: linear-gradient(210deg, #bb42ff, #6106d9);*/
            /*background-image: linear-gradient(325deg, #c153ff, #0627d9);*/
                   background: linear-gradient(39deg, #31a0da, #3799e4, #7c67ee, #9d4bed);
    /*               display: flex;*/
    height: 100%;
    display: flex;
    align-items: center;
}
.inspircon{
    padding:100px;
}
.inspircon p{
    font-size:18px;
   color:#fff;
   font-weight:500;
   margin-bottom:15px;
}
.inspircon h2{
    font-size:30px;
   color:#fff;
   margin-bottom:15px;
   font-weight: 500;
    font-family: 'myfont1';
    letter-spacing: 2px;
    text-transform: uppercase;
}
.inspircon a{
    font-size:16px;
   color:#fff;
   text-decoration:none;
   margin-bottom:15px;
}




.inspircon2{
    padding:100px;
}
.inspircon2 p{
    font-size:18px;
   color:#000;
   font-weight:500;
   margin-bottom:15px;
}
.inspircon2 h2{
    font-size:30px;
   color:#000;
   margin-bottom:15px;
       font-weight: 500;
    font-family: 'myfont1';
    letter-spacing: 2px;
    text-transform: uppercase;
}
.inspircon2 a{
    font-size:16px;
   color:#000;
   text-decoration:none;
   margin-bottom:15px;
}



/*swiper slider*/
 
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
    
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
          /*filter: contrast(0.1);*/
          filter: brightness(0) invert(1);
    }
    
    
   #gradient-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    --gradient-color-1: #000000;
    --gradient-color-2: #12061d;
    --gradient-color-3: #060606;
    --gradient-color-4: #000000;
    --gradient-color-5: #12061d;
    z-index: 0;
    opacity: 1;
    transition: var(--all-medium);
    pointer-events: none;
}

 #menu-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    --gradient-color-1: #000000;
    --gradient-color-2: #000;
    --gradient-color-3: #2c011b;
    --gradient-color-4: #13012c;
    --gradient-color-5: #000000;
    z-index: 0;
    opacity: 1;
    transition: var(--all-medium);
    pointer-events: none;
}  

.pysty{
        font-size:18px;
        color:#fff;
        margin:10px 0px;
        line-height:24px;
    }
    
  .info li{
    border-bottom:1px solid #fff;
    margin-bottom:15px;
        display: flex;
    align-items: center; 
    padding:15px 0px
    
   
}  

.content a,p{
    color:#fff;
        text-decoration: none;
}

.bx {
    color: #ffd701 !important;
    font-size: 25px;}

 .form-control{
        margin-bottom:25px;
        padding:15px 10px;
        color:#fff;
    }
    .form-control:focus{
        color:#fff;
        background-color:#ffffff00;
    }
     .form-control{
      
      background-color:#ffffff00;
    }
   input::placeholder {
       color:#fff!important;
   }
   input::-webkit-input-placeholder{
       color:#fff;
   }
   input::-ms-input-placeholde{
       color:#fff;
   }
    
    
    .event-social{
    display:flex;
    
}

.event-social li{
    margin:5px 20px;
        list-style: none;
}
.event-social li .bx {
   color:#fff;}

.info li i{
   
    margin-right:20px;
}


.info li .content p{
    margin-bottom:4px;
}
.secpaddd{
    padding:200px 10px;
}
.bx{color:#00a2d1!important;
    font-size:25px;
}

.bx-border {
    padding: 0.25em;
    border: .07em solid #fdfdfd;
    border-radius: .25em;}
.contact-info h3{
    color:#fff;
}
.contact-form h3{
    color:#fff;
}

textarea::placeholder {
  color: #fff!important; 
}


/*++++++++++++++++++++++++++++++*/
 .inspircon2 .form-control {
    margin-bottom: 25px;
    padding: 15px 10px;
    color: #000;
    background-color: #ffffff00;
}

.inspircon2 .form-control:focus {
    color: #000;
    background-color: #ffffff00;
}

.inspircon2 input::placeholder {
    color: #000 !important;
}

.inspircon2 input::-webkit-input-placeholder {
    color: #000;
}

.inspircon2 input::-ms-input-placeholder {
    color: #000;
}


@media screen and (max-width: 375px) {
    .logo-container a img{
        width:230px!important;
    }
}


.blogcard{
    display:flex;
    gap:10px;
}
.blogcard img{
  width:40px;
  height:40px;
}
.carddcon p{
    margin-bottom:0px;
}
