@font-face {
    font-family: "cg";
    src: url(font/ClashGrotesk-Variable.ttf);
  }
header .navbar>.container {
    max-width: 100%;
}
.navbar{
    background-color: #fff;
    margin: 2rem auto;
    max-width: 1140px;
    border-radius: 50px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
.navbar-brand img{
    width: 60px;
    margin: 0 30px;
    height: auto;
}
.nav-container{
    border-radius: 50px ;
}
.footer .pb-3 {
    height: auto;
}
.nav-item .nav-link {
    font-family: "cg";
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
 .bag-gradient{
    background: linear-gradient(to right, #B25AFF, #0095FF); /* Define your gradient colors */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; /* Fallback for browsers that don't support background-clip */
    -webkit-text-fill-color: transparent; /* Necessary for WebKit browsers */
}

.cta-btn:hover, .contact-btn:hover, .hero-cta:hover  {
    background-image: linear-gradient(to right, #B25AFF, #0095FF);
    color: #fff;
}
.cta-btn, .contact-btn {
    background-color: #000;
    color: #fff;
}
.hero-cta{
    background-color: #fff;
    color: #000;
    padding: 10px 35px ;
    border: none;
    font-size: 20px;
    font-family: "cg";
    font-weight: 500;
}
.home-pg h1 {
    font-size: 70px;
    font-family: "cg";
    font-weight: 500;
    line-height: 78px;
}

h1{
    font-size: 96px;
    font-family: "cg";
    font-weight: 500;
    line-height: 105px;
}
h2{
    font-size: 48px;
    font-family: "cg";
    font-weight: 500;
}

h3{
    font-size: 24px;
    font-family: "cg";
    font-weight: 500;
}

h4{
    font-size: 24px;
    font-family: "cg";
    font-weight: 600;
}

h5{
}

h6{
    font-size: 20px;
    font-family: "cg";
    font-weight: 700;
}
p{
    
    font-size: 16px;
    font-family: "cg";
    font-weight: 400;
    line-height: 28px ;
}
.hero{
    height: 100vh;
    padding: 15% 0 2% 0;
    background-image: url(img/BG.png);
    background-position: center ;
    background-size: cover;
}
.hero-heading{
    color: #fff;
}


.hero p{
    color:#FFFFFF8A ; font-size: 24px;
    margin: 0rem 0;
}
@media (max-width: 767px) {
    .mob_tp_3{
        margin-top: 3rem !important;
    }
    .mob_bt_3{
        margin-bottom: 3rem !important;
    }
}
.cardf{
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    padding: 0 10px;
    align-content: center;
}

.cardf h3{
    color: #000;
}
.carde img{
    width: 100%;

}
.social-btn{
    background-image: linear-gradient(to right, #B25AFF, #0095FF);
    
}
.back-gradient{
    background: linear-gradient(108.54deg, #B25AFF 45.84%, #0095FF 79.18%);
	/*background: linear-gradient(108.54deg, #000000 45.84%, #1A1A1A 79.18%);*/
    color: #fff;
    position: relative;
}
.arrow-down-right{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -35px;
    margin-right: -15px;

}
.arrow-botom-left{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -35px;
    margin-left: -15px;
}
.arrow-top-right{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -42px;
    margin-right: -19px;
 
}
.section-2{
    background-image: url(img/Rectangle\ 41.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-2 p{
    color: #333333;
}
.section-2 h2{
    color: #000;
}
.section-3{
    background-image: url(img/Group\ 110\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-3 h2{
    color: #000000;
}
.section-5{
    background-color: #EAF6FF;
}
.section-5 .row{
    padding: 0  30%;
}

.section-5 .row p{
    padding: 0  20%;
}

.section-5 .row button{
    background: linear-gradient(108.54deg, #B25AFF 45.84%, #0095FF 79.18%);
    color: #fff;
    border: 0;
    padding: 20px 60px;
    border-radius: 10px;
    font-size: 20px;
    font-family: "cg";
    font-weight: 600;
}
.section-5 .row button:hover { background: linear-gradient(108.54deg, #7012c3 45.84%, #007ad1 79.18%); }
.section-6{
    background-image: url(img/Rectangle\ 42.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.card {
    background-color: #fff;
    box-shadow: 0px 0px 9.8px 2px #00000008;
    border-radius: 20px;
    padding: 20px;
    color: #000;
    transition: 0.4s;
    border: none;
}
.card:hover {
    background-color: #e9e9e9;
    color: #363636;
}
/* Hover effect to change SVG background to white and path color to black */
.card  svg rect {
    transition: fill 0.4s ease;
}
.card p{
    opacity: 0.54;
}

.card  svg path {
    transition: fill 0.4s ease;
}

.card:hover svg rect {
    fill: #ffffff; /* Change the rect background to white on hover */
}
.card:hover  svg path {
    fill: #000000; /* Change the path color to black on hover */
}
.footer a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 2px 0;
}
.footer-heading{
    padding: 10px 0;
    font-size: 16px;
    font-family: "cg";
    font-weight: 500;
    opacity: 1;
}
.footer{
    border-bottom: 1px solid #00000831;
}
.footer-2 img{
    width: 30px;
}
.footer-main{
    background-image: url(img/Group\ 110\ \(3\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.footer-2 a{
    text-decoration: none;
    
}
.footer-links img:not(.social-img) {
    width: 58px;
    height: auto;
}
.footer-links .social-img {
    width: 23px;
    height: auto;
}
.contact-icons a img {
    width: 44px;
}
.contact-left .col-auto img{
    background-color: #000;
    width: 25px;
    padding: 5px;
    border-radius: 50px;
}
.contact-left {
    background-color: #ececec;
}

.text_area textarea {
  height: 100px;
}
.img-full {
    width: 100%;
    height: auto;
}
.footer-links .twitter-img {
    width: 22px;
}
.contact-us-section .new-x-icon {
    width: 35px;
}
.div_icon_cards .cardf {
  background: #e9e9e9;
  padding: 10px !important;
  min-height: 75px;
}
.div_icon_cards .cardf img {
  max-width: 120px;
  width: 100%;
}
.offerings_sec img {
    width: 44px;
    border-radius: 10px;
    background: linear-gradient(108.54deg, #B25AFF 45.84%, #0095FF 79.18%);
}
.offerings_sec .card:hover img {
  background: linear-gradient(108.54deg, #000000 45.84%, #1A1A1A 79.18%);
}

@media (max-width: 991px) {
    .section-5 .row {
        padding: 0;
    }
    #about .row {
        display: block;
    }
    #about .row .col-sm-6 {
        width: 100%;
    }
    .div_icon_cards .cardf img {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    #about h2 {
        text-align: center;
    }
    header .navbar>.container {
        padding: 0 30px;
    }
    .navbar-brand img{
        margin-left: 0;
    }
    .cardf h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .col-sm-4.col-6.px-4.py-3 {
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .cardf {
        background-color: #EAF6FF;
        border-radius: 0;
    }
    .secion-4.row {
        justify-content: space-between;
    }
    .secion-4 .col-sm-4.col-6.px-4.py-3 {
        width: 48%;
    }
}
@media (min-width: 601px) and (max-width: 1150px) {
	header .navbar {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 600px) {
    h1, .home-pg h1{
        font-size: 40px;
        line-height: 50px;

    }
    h2{
        font-size: 30px;

    }
    .margin-20{
        padding: 0 5%;
    }
    
    .hero{
        padding: 40% 2% 2% 2%;
        background-image: url(img/BG.png);
        background-position: center center ;
        background-size: cover;
    }
    .section-5 .row{
        padding: 0  0%;
    }
    .contact-icons a img {
        width: 24px;
    }

    .navbar{
        background-color: #fff;
        margin: 0 5%;
        border-radius: 50px;
        margin-top: 20px;
        
    }
    .section-5 .row p{
        padding: 0  5%;
    }
    .mob_div {
        padding-left: 0;
        padding-top: 30px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
.blogimg{
    border-radius: 20px;
}
#particle-text-container {
    /* width: 400; */
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
#particle-text {
    width: 100%;
    height: 100%;
    display: block;
}


