@import url('https://fonts.googleapis.com/css2?family=Playwrite+IN&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

body p{

    font-family: Poppins;
    color: var(--paragraph);;

}

h1{
    font-family: Poppins;
}

h3{
    font-family: Rubik;
}

.globle h2 span{
    
    color: var(--purple);
    font-size: 34px;
    font-family: "Playwrite IN", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 52px;
    font-style: normal;
}

.globle h2{

        color: var(--heading);
        font-size: 40px!important;
     /* color: var(--subtitle); */
 }

.globle h3
{

    color: var(--purple)!important;
    font-size: 34px;
    font-family: "Playwrite IN", serif!important;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 52px;
    font-style: normal;

}

:root{

    --dark-blue: #0b0a1f;
    --white-blue: #0C1635;
    --purple: #dd24e1;
    --subtitle: #00F0FF;
    --heading: #ffffff;
    --paragraph: #FFFFFFCC;
}

/* globle sections styling */


    .first-globle-section{

        padding-top: 200px;
        padding-bottom: 200px;
        background: var(--dark-blue)
     }

     .second-globle-section{

        padding-top: 200px;
        padding-bottom: 200px;
        background: var(--white-blue)
     }



     .gradient-background1{

        padding-top: 200px;
       padding-bottom: 200px;
       background: radial-gradient(
       ellipse closest-side at 15% 60%,
     #2C1850,
    #0C1635 0%,
    #2C1850 0%,
    var(--dark-blue)
  );

     }


    .gradient-background2{


        padding-top: 250px;
        padding-bottom: 250px;
        background: radial-gradient(
            circle closest-side at 15% 60%,
    #0C2F77 10%,
    #0C2F77 10%,
    #0C2F77 10%,
    #0C1635
  ); 
        
     } 

     

 
a{
    text-decoration: none!important;
}



.nav-bar{

    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 99;
    /* overflow: hidden; */
    /* z-index: 3; */
    /* position: fixed; */
    /* width: 100%; */
    background-color: #201E4C;
    padding:20px;
}
a.nav-link
{

    color: white;
}

.nav-item a:hover{

    color: var(--subtitle);

}

.active {
    color: var(--subtitle);
  }

.gradient-border-button{

    background: 
    linear-gradient(#201E4C, #201E4C) padding-box,
    linear-gradient(30deg, #01F0FF4D, #DD24E14D, #0A7BF64D) border-box;
  color: #ffff;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: 40px;
  display: inline-block;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
}

.call-now{

    background: #201E4C;
    color: white;
    border: none;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
    align-items: right;
    padding: 15px 18px;
}
     
.flex-section{

    display: flex;
    background: #201E4C;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav1{
    margin: auto;
}

.testing{

   background:  linear-gradient(30deg, #01F0FF4D, #DD24E14D, #0A7BF64D);
    }



    .rotated-section {

        background-image: linear-gradient(90deg, rgb(20, 19, 19), rgb(231, 231, 230));
        padding: 140px 12px;
        /* background: linear-gradient(45deg, #0E1C38, #0E1C38);  */
        /* color: white;
        width: 100%;
        margin-top: -60px;
        text-align: center;
        padding: 40px 50px;
        transform: rotate(-5deg); /* Rotates the section */
        /* transform-origin: center; Sets the rotation point to the center */
        /* position: relative; */
        /* z-index: 1; */
      }
      
      .rotated-section h1 {
        margin: 0;
      }
      
      .content-section {
        padding: 150px 120px;
        text-align: center;
        background: #f0f0f0;
        color: #333;
        position: relative;
        z-index: 2;
      }


/* hero section  */

.left-hero {

    justify-content: center;
    padding-top: 50px;
}

.hero-section{

    padding-top: 80px;
  
    padding-bottom:263px;
    background-image: url("./assets/images/Hero-bg-descktop.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.right-hero img{

    margin-left: 3rem;
}

.left-hero h1{

    color: var(--purple);
    font-size: 48px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 60px;
}
.left-hero h2 {

       color: var(--heading);
       font-size: 40px!important;
    /* color: var(--subtitle); */
}

.left-hero h3 {

    color: var(--subtitle);
    font-size: 24px;
    font-family: "Playwrite IN", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 42px;
    font-style: normal;
}

.left-hero p {

    font-family: roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: white;
}

.left-hero .hero-button

 {
        margin-top: 20px;
       
        padding: 15px 28px 15px 28px;
        border-radius: 100px;
        border: none;
        cursor: pointer;
        color: white;
        background: linear-gradient(120deg, var(--purple),#0A7BF6, #0A7BF6);
        background-size: 200% 100%;
        /* background-position: 100% 0; */
        transition: background-position .5s;
        font-size: 18px;
        font-family: Poppins;
        font-weight: 500;
}

.hero-button:hover
{
    background: linear-gradient(90deg, var(--purple), #0A7BF6);
        /* background-position: 0 100%; */
                background-size: 200% 100%;
        background-position: 0% 100%;
        transition: background-position 0.5s;
      }

.hero-button

 {
        /* margin-top: 20px; */
       
        padding: 15px 28px 15px 28px;
        border-radius: 100px;
        border: none;
        cursor: pointer;
        color: white;
        background: linear-gradient(120deg, var(--purple),#0A7BF6, #0A7BF6);
        background-size: 200% 100%;
        /* background-position: 100% 0; */
        transition: background-position .5s;
        font-size: 18px;
        font-family: Poppins;
        font-weight: 500;
}

.hero-button:hover
{
    background: linear-gradient(90deg, var(--purple), #0A7BF6);
        /* background-position: 0 100%; */
                background-size: 200% 100%;
        background-position: 100% 0;
        transition: background-position .5s;
      }

/* .test1{

    background-color: #0E1C38;
    padding-top: 10px;
    padding-bottom:60px;
    margin-top: -60px;
    margin-bottom: 70px;

} */


.hero-seperator{
    height: 0;
    width: 0;
    border-left: 98.9vw solid transparent;
    border-bottom: 8vw solid var(--dark-blue);
    margin-top: -160px;
    /* margin-bottom: 3.9vw; */
   }



.seprator{

    height: 0;
    width: 0;
    border-left: 98.9vw solid var(--white-blue);
    border-top: 8vw solid var(--dark-blue);
    /* margin-bottom: 10.9vw; */
}

/* logos slider start */

@keyframes slide {

    from{
        transform: translateX(0);

    }

    to {

        transform: translateX(-100%);

    }
}

.logos{

   overflow: hidden;
   padding: 10px 0;
   background: #0E1C38;
   align-items: center;
   white-space: nowrap;
   position: relative;
   
}

.logos:hover .logos-slide{
 
    animation-play-state: paused;

}

/* .logos::before, .logos::after{

    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;


}
.logos::before{

   
    right: 0;
    background-color: red;
  
}

.logos::after{

    
    left: 0;
    background-color: red;
    
} */


.logos-slide{

    display: inline-block;
    animation: 10s slide infinite linear;
    
}

.logos-slide img{

    height: 50px;
    margin-left: 6rem;
}

.logo-section{


        transform: skew(0deg , -4deg) translateY(-80px);
        /* transform: rotate(-3deg); */
        /* margin-top:-50px; */
        border-right: 23px;
        border-color: #0B61F4;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        
}
/* logos slider end */


/* services section start */
.servic-section{

    position: relative;
    display: grid;
    /* background: var(--dark-blue); */
    /* margin-top: -120px; */
    /* padding-top: 160px;
    padding-bottom:160px; */


}

.services h3{

    color: var(--subtitle);
    font-size: 24px;
    font-family: "Playwrite IN", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
}

.services h2{

    color: var(--heading);
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    /* line-height: 72px; */

}

.services h2 span{

    color: var(--subtitle);
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;

}

/* services box styling */

.image-box{

    
    background-image: linear-gradient(-130deg, #0b61f433, #0A7BF60F, #0b61f433);
    position: relative;
    text-align: center;
    justify-content: center;
    padding: 65px 14px!important;
    /* background: red; */
    border-radius: 34px;
    margin-top:-50px;
    word-wrap: break-word;
    /* margin: 2rem; */
    gap: 10px!important;
    
    /* margin: 10px; */
    /* border-color: #0B61F4;
    border-style: solid; */
    /* border-width: 5px 0px 5px 0px; */

    
}



@property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

.image-box img{

    width: 100px;
    height: 100px;

}

.image-box h3{

    margin-top: 16px;
    font-family: Poppins;
    font-size: 18px;
    color: var(--heading);
    line-height: 26px;  
}

.image-box p{

    font-weight: 400;
    color: var(--heading);
    font-family: Poppins;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.inner-services{


    margin-top:70px;
    
}

.inner-services .container{

    display: grid;
    gap: 10px;
}

.blur-image img{

    position: absolute;
    width: 25%;
    margin-left: 120px;
    margin-top: -150px;
    transform: rotate(360deg);
}
    .blur-image6 img{

        position: absolute;
        width: 30%;
        margin-left: 240px;
        margin-top: -260px;
        transform: rotate(0deg);


/* 
   background-image: url(./assets/images/background-img.png);
   background-repeat: no-repeat;
   background-position: top;
    border-radius: 100px;
    margin-top: 23px;
    z-index: 2; */

}


.blur-image2 img{

    position: absolute;
    width: 30%;
    /* margin-left: 120px; */
    margin-top: -350px;
    transform: rotate(0deg);
}

.blur-image3 img{

    position: absolute;
    width: 30%;
    /* margin-left: 120px; */
    margin-top: -350px;
    z-index: 1;
    transform: rotate(0deg);
}

.blur-image4 img{

    position: absolute;
    width: 30%;
    /* margin-left: 120px; */
    margin-top: -410px;
    z-index: 4;
    transform: rotate(-180deg);
}


.blur-image5 img{

    position: absolute;
    width: 20%;
    /* margin-left: 120px; */
    margin-top: -410px;
    z-index: 1;
    transform: rotate(0deg);
}

/* sevices section end */

.blog-post{

    /* background-color: var(--white-blue);    */
    position: relative;
    /* margin-top: -250px; */
    /* padding-top: 200px;
    padding-bottom: 200px; */
    /* z-index: -1; */
}

.blog-post-heading h3{

    color: var(--subtitle);
    font-family: Rubik;
    font-weight: 600;
    font-size: 20px;
    line-height: 23.7px;
    text-align: left;

}

.blog-post-heading h2{

    color: white;
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    /* line-height: 72px; */
    text-align: left;
    justify-content: center;


}

.blog-post-box{


        background-image: linear-gradient( #0b61f433, #0A7BF60F, #0b61f433);
    
        /* text-align: center; */
        /* justify-content: center; */
        padding: 24px;
     
        /* background: red; */
        border-radius: 24px;
        /* margin-top:-50px;     */
        /* margin: 10px; */
        /* border-color: #0B61F4;
        border-style: solid; */
        /* border-width: 5px 0px 5px 0px; */
    
    }
    .blog-post-box img{

        width: 100%;

    }

    .blog-post-box h3{

        color: white!important;
        font-size: 20px;
        font-family: Poppins;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        justify-content: center;
        margin-top: 20px;



    }

    .blog-post-box p{

        color: white;
        text-align: left;
        justify-content: center;
    }

    .blog-post-box hr{

        opacity: 1;
        color: #0E1C38;
        font-size: 2px;
        height: 2px;

    }

    .blog-post-box button{

        font-size: 14px;
        color: var(--subtitle);
        line-height: 24px;
        padding: 0!important;
        background: transparent;
        border: none;
        margin: auto;
        text-align: start;
        text-decoration: none;
        justify-content: center
       
    } 

    .blog-post-box-date{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .blog-date h5{

        font-size: 14px!important;
        color: white;
        background: transparent;
        font-weight: 400;
        line-height: 24px;
        border: none;
        margin: auto;
        text-align: right;
        text-decoration: none;
        justify-content: center
       
    }
.post-row{

    margin-top: 30px;
}


/* about us separator */
/* .seprator2{

    height: 0;
    width: 0;
    position: relative;
    border-right: 98.9vw solid transparent;
    border-top: 9vw solid var(--white-blue);
    z-index: 2;

} */


.seprator2{

    height: 0;
    width: 0;
    border-right: 98.9vw solid var(--dark-blue);
    border-top: 8vw solid var(--white-blue);
    /* margin-bottom: 10.9vw; */
}

.about-image img{

    width: 100%;
}

.about-content h3{

    color: var(--subtitle);
    font-family: Rubik;
    font-weight: 600;
    font-size: 20px;
    line-height: 23.7px;
    /* text-align: left; */
    justify-content: center;

}

.about-us{

    /* position: relative; */
    /* background: var(--dark-blue);
    padding-top: 200px;
    padding-bottom: 200px; */
    /* margin-top: -362px; */
    /* z-index: -3; */
 
}

.about-content h2{

    color: white;

    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    /* line-height: 72px; */

}

.about-content span{

    color: var(--subtitle);
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;

}

.about-content p{

 

    font-family: Poppins;
    position: relative;
    /* width: inline; */
    font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: white;
    }




.about-image1 img{

    margin-top: 150px;
}


.about-sec{

    /* background-color: red; */
}

/* about inner-box */

.inner-box
{

    margin: auto;
    display: inline-flex;
    background: #0A7BF60F;
    flex-grow: 2;
    gap: 14px;
    padding: 6px 20px 0px 10px;
    /* padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px; */
    margin-bottom: 20px;
    border-radius: 64px;
    vertical-align: middle;
}

.inner-box h3{

    color: white;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;

}
.inner-box p {

    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  
}

.inner-box-content{

   margin-top: 5px;
}

.inner-box2{

    padding: 6px 65px 0px 10px !important;
}

/* contact us section css */
/* .seprator3{

    height: 0;
    width: 0;
    position: relative;
    border-left: 98.9vw solid transparent;
    border-top: 8vw solid var(--dark-blue);
   } */

   .seprator3{
    height: 0;
    width: 0;
    border-left: 98.9vw solid var(--white-blue);
    border-top: 8vw solid var(--dark-blue);
    /* margin-bottom: 3.9vw; */
   }

   
.contact-us{


    /* background: var(--white-blue); */
    /* padding-top: 150px; */
    /* height: 913px; */
    /* margin-top: -103px;
    padding-bottom: 70px; */
    position: relative;
    /* margin-top: -228px; */
    /* padding-top: 200px;
    padding-bottom: 200px; */
    /* z-index: -5; */

}


.contact-us::before{

    content: "";
    position: absolute!important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    clip-path: polygon(100% 0,0 100%);

}

/* separator 4 */

.seprator4{

    height: 0;
    width: 0;
    position: relative;
    border-right: 98.9vw solid var(--dark-blue);
    border-top: 9vw solid var(--white-blue);
    /* z-index: 2; */

}

/* footer section */

.footer{

    background: radial-gradient(
            ellipse closest-side at 15% 60%,
     #2C1850,
    #0C1635 0%,
    #2C1850 0%,
    var(--white-blue)
  );
    position: relative;
    /* margin-top: -153px; */
    padding-top: 100px;
    padding-bottom: 20px;
    /* z-index: -9; */

}

.footer-content p{

    margin-top: 20px;
    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;

}

.footer-contact li{

color: white;
font-family: Poppins;
font-size: 14px;
font-weight: 400;
list-style: none;
margin-top: 10px;


}

.footer-list li{

    list-style: none;
    color: var(--heading);
    font-family: Poppins;
    font-weight: 400;
    margin-top: 20px;

}

.footer-heading h4{

    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.23px;
}


.footer hr{

    opacity: 1;
    margin-top: 100px;
    color: #0E1C38;
    font-size: 2px;
    height: 2px;

}

.footer-copy{

    position: relative;
    padding-top: 24px;
    /* z-index: 9!important; */
}

.footer-copy a{

    position: relative;
    font-size: 16px;
    color: white;
    /* color: var(--paragraph); */
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -2%;
    z-index: 99;

}


/* testing box styling */


/* responsive design start */

@media only screen and (max-width: 984px){


    .gradient-background1{

        padding-top: 200px;
       padding-bottom: 200px;
       background: radial-gradient(
            ellipse closest-side at 0% 0%,
     #2C1850,
    #0C1635 0%,
    #2C1850 0%,
    var(--dark-blue)
  );

     }


    .gradient-background2{

        padding-top: 250px;
        padding-bottom: 250px;
        background: radial-gradient(
            ellipse closest-side at 0% 0%,
    #0B3078,
    #0c16356e 0%,
    #0B3078 0%,
    #0C1635
  );
        
     } 




    .left-hero h1{

        font-size: 30px;
        line-height: 50px;

    }

    .left-hero h2{

        font-size: 26px!important;
    }

    .left-hero h3{

        font-size: 18px;
    }

    .right-hero img{

        margin-top: 3rem;
        margin-left: 2rem;
        
    }

    .image-box{

        margin: .5rem;
    
    }

    .services h2{

        font-size: 30px!important;
        line-height: 50px;
    }

    .services h2 span{

        font-size: 30px;
        line-height: 45px;
    }

    .services h3{

        font-size: 24px;
    }

    .inner-services{
        margin: 0;
        display: inline-block;
        position: relative;
    }

    /* services box */

    .grid-container {
        grid-template-columns: repeat(1, 1fr)!important; /* Change to 2 columns on small screens */
        margin-top: 0px!important;
      }
    
    .blog-post{

        padding-top: 150px;
        padding-bottom: 150px;

    }

    .gradient-border-button{

        display: none;
    }
    
    .blog-post-heading h3{

        color: var(--subtitle);
        font-family: Rubik;
        font-weight: 600;
        font-size: 16px;
        line-height: 16.7px;
        text-align: left;
        justify-content: center;
    }

    .blog-post-heading h2{

        color: white;
        font-family: Poppins;
        font-weight: 600;
        font-size: 30px;
        /* line-height: 45px; */
        text-align: left;
        justify-content: center;
    }

    .blog-post-box
    {

        margin: 0.5rem;
    }

    .about-us{

        position: relative;
        /* z-index: -2; */
        padding-top: 150px;
        padding-bottom: 150px;

    }

    .about-content h3{

        color: var(--subtitle);
        font-family: Rubik;
        font-weight: 600;
        font-size: 16px;
        line-height: 16.7px;
        /* text-align: right; */

    }

    .about-content h2{


        color: white;
        font-family: Poppins;
        font-weight: 600;
        font-size: 30px;
        /* line-height: 45px; */
        /* text-align: right; */

    }

    .about-content h2 span{

        font-size: 30px;
        line-height: 45px;

    }

    .inner-box{

        padding: 10px 20px 0px 10px;
    }

    .about-image1 img{

       margin-top: 0;
       margin-bottom: 1rem;
    }


    .contact-us{

        padding-top: 100px;
        padding-bottom: 100px;
        /* z-index: -3; */
    }

    .footer{

        position: relative;
        /* z-index: -4; */
    }

    .footer-list{

        z-index: 3;
        margin-top:2rem!important;

    }
       .nav-bar{

          display: none;

       }

       .mobile-nav{

        background-color: #201E4C;

       }

    .mobile-nav a {

        /* align-items: flex-start; */
        text-decoration: none;
        /* margin-right: 145px; */
    }

    .mobile-nav2{

        /* padding-top: 26px; */
        display: flex;
    }

    .mobile-nav2 a img{

        margin-top: 24px;

    }

    .form-group1.inline{

        display: flex;
        flex-direction: column;
    }

   
    /* separator styling */

    .hero-seperator{

        
            height: 0;
            width: 0;
            border-left: 100vw solid transparent;
            border-bottom: 8vw solid var(--dark-blue);
            margin-top: -160px;
            /* margin-bottom: 3.9vw; */
           }

        
    .seprator {

        
            height: 0;
            width: 0;
            border-left: 100vw solid var(--white-blue);
            border-top: 8vw solid var(--dark-blue);
            /* /* margin-bottom: 10.9vw; */



    }

    .seprator3{


        height: 0;
        width: 0;
        border-left: 100vw solid var(--white-blue);
        border-top: 8vw solid var(--dark-blue);
        /* margin-bottom: 3.9vw; */
    }

    .seprator4{

        height: 0;
        width: 0;
        position: relative;
        border-right: 100vw solid var(--dark-blue);
        border-top: 9vw solid var(--white-blue);
        /* z-index: 2; */
    
    }


.seprator2{

    height: 0;
    width: 0;
    border-right: 100vw solid var(--dark-blue);
    border-top: 8vw solid var(--white-blue);
    /* margin-bottom: 10.9vw; */
}

    .first-globle-section{

        padding-top: 150px!important;
        padding-bottom: 150px!important;

    }

    .about-us3{

        padding-top: 150px!important;
        padding-bottom: 150px!important;

    }

    .contact-us2{

        padding-top: 150px!important;
        padding-bottom: 150px!important;
    }

    /* globle heading styles */

    .globle h2{

        font-size: 30px!important;

    }


    .globle h2 span{

        font-size: 24px!important;

    }

    .globle2 h2{

        font-size: 30px!important;

    }


    .globle h3{

        font-size: 18px!important;

    }


}


/* header design */




/* responsive design end */




/* responsive menu design */

nav{
    background-color: var(--primary-color);
    border-bottom: 1px solid var(--hover-color);
  }
  nav ul{
    list-style: none;
    display: flex;
  }
  nav .home-li{
    margin-right: auto;
  }
  nav li{
    display: flex;
  }
  nav a{
    display: flex;
    text-decoration: none;
    color: var(--text-color);
    padding: 1em 2em;
    transition: background-color 150ms ease;
  }
  nav a:hover{
    background-color: var(--hover-color);
  }
  nav a.active-link{
    border-bottom: 2px solid var(--text-color);
  }
  nav a.accent-link{
    background-color: var(--accent-color);
  }
  #open-sidebar-button{
    display: none;
    background: none;
    border: none;
    padding: 1em;
    margin-left: auto;
    cursor: pointer;
  }
  #close-sidebar-button{
    display: none;
    background: none;
    border: none;
    padding: 1em;
    cursor: pointer;
  }
  #overlay{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    z-index: 9;
    display: none;
  }
  .skip-link {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    background-color: var(--accent-color); 
    color: var(--heading); 
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: opacity 0.3s ease;
  }
  
  .skip-link:focus {
    opacity: 1; 
    pointer-events: auto; 
    outline: 3px solid var(--heading); 
  }
  @media screen and (max-width: 980px) {
    #open-sidebar-button, #close-sidebar-button{
      display: block;
    }
    nav{
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      width: min(15em, 100%);
      z-index: 10;
      border-left: 1px solid var(--hover-color);
      transition: right 1000ms ease-in-out;
      background-color: var(--white-blue)
    }
    nav.show{
      right: 0;
    }
    nav.show ~ #overlay{
      display: block;
    }
    nav ul{
      width: 100%;
      flex-direction: column;
    }
    nav a{
        color: white;
      width: 100%;
      /* padding-left: 1em; */
    }
    nav a.active-link{
      border-bottom: none;
    }
    nav .home-li{
      margin-right: unset;
    }

    ol, ul{

        padding-left: 0!important;
    }
  }



  @media only screen and (max-width: 1920px) and (min-width: 1278px)  {

  .mobile-nav2{
    display: none;
  }
.seprator{

    height: 0;
    width: 0;
    border-left: 99.2vw solid var(--white-blue);
    border-top: 8vw solid var(--dark-blue);  
}


.seprator2{

    border-right: 99.2vw solid var(--dark-blue);
}

.seprator3{

    border-left: 99.2vw solid var(--white-blue);
}

.seprator4{

    border-right: 99.2vw solid var(--dark-blue);
}

}

@media only screen and (max-width: 1370px) and (min-width: 975px){

    .mobile-nav2{
        display: none;
      }

      .seprator{

    height: 0;
    width: 0;
    border-left: 98.9vw solid var(--white-blue)!important;
    border-top: 8vw solid var(--dark-blue);  
}

.seprator2{

    border-right: 98.9vw  solid var(--dark-blue);
}

.seprator3{

    border-left: 98.9vw  solid var(--white-blue);
}

.seprator4{

    border-right: 98.9vw solid var(--dark-blue);
}

}


/* privacy policy page styling start */

.privacy-policy{

    background: var(--dark-blue)!important;
}

.privacy-policy-content {
    /* display: flex; */
    /* max-width: 100%; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.content{

    padding: 10px 30px 0px 20px!important;
}
.tabs {
    display: flex;
    flex-direction: column;
    /* width: 200px; */
    background-image: linear-gradient(-130deg, #0b61f433, #0A7BF60F, #0b61f433);
    /* padding: 50px; */
    color: var(--paragraph);
    border-radius: 0px 0px 24px 24px;
}

.tab {
    padding: 15px;
    cursor: pointer;
    text-align: center;
    /* border-bottom: 1px solid #444; */
}

.tab:hover {
    background-color: #201E4C;
}

.tab.active {
    background-color: #201E4C;
    font-weight: bold;
}

.content {
    flex-grow: 1;
    padding: 20px;
}

.tab-content p{

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--paragraph);
}

.tab-content li{

    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--paragraph);
}

.privacy-policy {
    /* background-color: #dff9fb; */
    color: var(--paragraph);
    line-height: 22px;
    /* border-bottom: 1px solid #444; */

}

.cookie-usage {

    line-height: 22px;
    /* background-color: #f9f7db; */
    /* border-bottom: 5px solid #444; */

}

.terms-use {
    /* background-color: #fdebd3; */
}

.hidden {
    display: none;
}


.privacy-policy hr{

    margin-top: 100px!important;
    opacity: 1;
    color: #0E1C38;
    height: 1px!important;

}
.footer-bar{

    padding-top: 50px;
    padding-bottom: 50px;
    /* padding-bottom: 50px; */
    text-align: center;
    justify-content: center;
}

.footer-bar img{

    /* width: 100%; */
    margin-bottom: 10px;



}

.footer-bar p{

    color: var(--paragraph);

}

.footer-bar a {

    
    text-decoration: none;
    padding-left: 20px;
    color: white;
}

.footer-bar a:hover{

    color: var(--subtitle);
}

.hr-line hr{

    margin-top: 4rem!important ;
    color: #0E1C38;
    height: 1px;
    opacity: 1;

}



/* contact-us page design */

.contact{

    padding-top: 50px;
    background: var(--dark-blue)!important;
}

.contact h1{

    font-size: 32px;
    color: var(--heading);
    font-family: Poppins;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    line-height: 40px;

}

.contact-content p{

    font-size: 14px;
    color: var(--paragraph);
    font-family: Poppins;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    line-height: 22px;
}

.contact-left{

    background-image: linear-gradient(-130deg, #0b61f433, #0A7BF60F, #0b61f433);
   
    padding: 25px 5px 20px 5px;
   
    margin: 20px;
    text-align: center;
    border-radius: 24px;
    color: white;
}

.contact-left i{

    font-size: 28px;

}

.contact-left p a{

    text-decoration: none;
    color: white;
}


/* form styling */


.form-container {
    background: var(--white-blue);
    padding: 30px 20px 40px 20px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.form-group {
    display: flex;
    align-items: center;
    margin: 5px;
    margin-bottom: 15px;
    border: 1px solid #0A7BF618;
    border-radius: 100px;
    padding: 5px 10px;
    /* background-color: #fff; */
}

.form-group1.inline {
    display: flex;
    justify-content: space-between;
}

.form-group.inline .form-group {
  /* background: 
    linear-gradient(#201E4C, #201E4C) padding-box,
    linear-gradient(30deg, #01F0FF4D, #DD24E14D, #0A7BF64D) border-box;
  color: #ffff; */
  border-radius: 100px;
  /* padding: 15px 28px; */
  /* border: 1px solid transparent; */
    flex: 1;
    margin-right: 10px;
}

.form-group.inline .form-group:last-child {
    margin-right: 0;
}

.form-group input {
    /* border: solid 1px red; */
    background-color: var(--white-blue);
    color: white;
    border: none;
    outline: none;
    width: 100%;
    padding: 8px;
}

textarea {
     background: var(--white-blue);

    height: 190px;

    border: 1px solid #0A7BF618;
    /* border: none; */
    color: white;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    outline: none;
    /* resize: none; */
}

.form-group .icon {
    margin-right: 10px;
    color: #0A7BF6;
}

.submit-button

{
       margin-top: 20px;
       padding: 10px 14px 10px 14px;
       text-align: center;
       justify-content: center;
       width: 100%;
       border-radius: 100px;
       border: none;
       cursor: pointer;
       color: white;
       background: linear-gradient(120deg, #DD24E1, #04BCFB, #0A7BF6);
       background-size: 200% 100%;
       background-position: 100% 0;
       transition: background-position .5s;
       font-size: 18px;
       font-family: Poppins;
       font-weight: 500;
}

.submit-button:hover
{
       background-position: 0 0;
     }


.submit-button:hover {
    background-color: #005bb5;
}




.blog-test{

    display: flex;
}



.grid-container {
    display: grid;
    margin-top: 70px;
    /* 4 equal columns */
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; /* Space between boxes */
  }

  .grid-item {
    /* background-color: #4CAF50; */
    color: var(--paragraph);
    font-size: 23px;
    text-align: center;
    padding: 20px;
    /* border: 1px solid #ccc; */
    word-wrap: break-word; /* Break long words to fit inside the column */
  }


  /* test */


/* new sections design */

.about-us2{

    position: relative;
    /* background: var(--dark-blue);
    padding-top: 200px;
    padding-bottom: 200px; */
    /* margin-top: -172px; */
    /* z-index: -6; */
 
}

   
.contact-us2{


    position: relative!important;
    /* background: var(--white-blue); */
    /* padding-top: 150px; */
    /* height: 913px; */
    /* margin-top: -103px;
    padding-bottom: 70px; */
    /* margin-top: -153px; */
    /* padding-top: 200px;
    padding-bottom: 200px; */
    /* z-index: -7; */
}

.address a{

color: var(--heading);

}
.address{

    display: inline-block;
    background-color: var(--dark-blue);
    padding: 10px 20px 10px 10px;
    border-radius: 100px;
}



.about-us3{

    position: relative;
    /* background: var(--dark-blue);
    padding-top: 200px;
    padding-bottom: 200px; */
    /* margin-top: -172px; */
    /* pointer-events: none; */
    /* z-index: -8; */
 
}




/* index.html2 design */
/* 
.globle2 h2 span{
    
    background: -webkit-linear-gradient(var(--purple), var(--purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-family: "Playwrite IN", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    line-height: 52px;
    font-style: normal;
} */


.globle2 h2 span{
    
    color: var(--subtitle);
    font-size: 30px;
    font-family: "Playwrite IN", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    /* line-height: 52px; */
    font-style: normal;
}

.globle2 h2{

        color: var(--heding);
        font-size: 40px!important;
     /* color: var(--subtitle); */
 }

.globle2 h3
{

    color: var(--subtitle)!important;
    font-size: 24px;
    font-family: "Playwrite IN", serif!important;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 60px;
    font-style: normal;

}


/* index 3 html design */



.globle3 h2 span{
    
    background:linear-gradient(to right, var(--subtitle),var(--purple), var(--heading));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-family: "Playwrite IN", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    /* line-height: 52px; */
    font-style: normal;
}

.globle3 h2{

        color: var(--heading);
        font-size: 40px!important;
     /* color: var(--subtitle); */
 }

.globle3 h3
{

    background:linear-gradient(to right, var(--purple),var(--subtitle), var(--heading));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-family: "Playwrite IN", serif!important;
    font-optical-sizing: auto;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;

}



/* about-page Css start */

.experience-content{

    margin-top: -2rem;
    margin-left: 2rem;
}

.experience-content h2{

    font-size: 24px!important;
}


.more-about-us{

    display: flex;
    flex-wrap: wrap;
    /* gap: 3rem!important; */
    
    
    
}

.more-about-us-box{
    
    width: 30%;
    margin: 1rem;
    padding: 2rem;
    transform: skew(-15deg);
    border: 1px solid var(--white-blue);
    /* border-radius: 0px 0px 150px 0px ; */
}

.more-about-us-box h2{

    font-size: 24px!important;
}

/* about page CSS end */


/* sevices page css start */

.parallelogram {
    /* width: 300px; */
    height: 280px;
    border-radius: 0px;
    text-align: center;
    /* background: blue; */
    transform: skewX(-13deg);
    position: relative;
    /* border: 2px solid black; */
}

.globle h4{

    margin-top: 1rem;
    color: var(--subtitle);
}

/* services page css end */



/* contact form css phpmailer */




 /* Popup Background */
 .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Popup Box */
.popup-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 300px;
    position: relative;
    animation: fadeIn 0.5s ease-in-out;
}

/* Close Button */
.popup-box .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4c4c;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
}

/* Success Icon */
.popup-box .success-icon {
    font-size: 40px;
    color: #4CAF50;
}

/* Show Popup */
.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


#successMessage{

    color: white !important;

}