

/* latest  */


.singularity-icon::before{

	content: '';

	background-image: url("singularity-icon.jpeg");

	 height: 24px;

    text-align: center;

    background-size: cover;

    width: 24px;

    background-position: center;

    display: inline-block;

}










/* HOME-DEEPMIND WIDGET CSS START  */

.item {
    position: relative;
    min-height: 600px; 
    max-width: 1262px; 
    border-radius: 50px; 
    background-size: cover;  
    background-repeat: no-repeat; 
    background-position: center;
    margin: auto;
    
}

/* .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #8860d0cc;
    border-radius: 50px;
    mix-blend-mode: multiply;
} */
.slider-wrapper {
    background: linear-gradient(180deg, #0a0d23 0%,  #0a0e27 100%), #FFF;
    padding-top: 120px;
    padding-bottom: 2px;
}



h1,p {
    margin-top: 0;
    margin-bottom: 0;
}
.asi-hero {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 50px;
    overflow: hidden;
    background: url("images/singularity.svg") no-repeat center center/cover;
    display: flex;
    padding-top: 130px;
    padding-left: 85px;
    box-sizing: border-box;
}
@media (max-width: 992px){
    .asi-hero{
        padding: 60px;
        padding-top: 100px;
    }
}
@media (max-width: 587px){
    .asi-hero{
        padding: 20px;
        padding-top: 100px;
    }
    .asi-content h1 {
        font-size: 40px !important;
    }
    .asi-content p{
        font-size: 20px !important;
    }
}
@media (max-width: 400px){
    .asi-content h1 {
        font-size: 35px !important;
    }
    .asi-content p{
        font-size: 18px !important;
    }
}

/* .asi-hero.overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(2px);
    background: var(--Primary-Color-Bright-Purple, #8860D0);
    mix-blend-mode: multiply;
} */

.asi-content {
    position: relative;
    max-width: 811px;
    z-index: 2;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.asi-content h1 {
    color: var(--Primary-Color-White, #FFF);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%; /* 54.72px */
    letter-spacing: -1.92px;
    margin-bottom: 16px;
}

.asi-content p {
    color: var(--Primary-Color-White, #FFF);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.2px;
    margin-bottom: 30px;
    max-width: 676px;
}

.asi-buttons {
    display: flex;
    gap: 8px;
}

.alliance-btn {
    padding: 16px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.25s ease;
    color: var(--Primary-Color-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.alliance-btn.alliance-primary {
    border-radius: 16px;
    background: var(--Primary-Color-Blue, #4A26FF);
}

.alliance-btn.alliance-secondary {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(68, 68, 68, 0.28);
    backdrop-filter: blur(12.199999809265137px);
}


.carousel-pill {
    margin: 16px auto;
    display: flex;
    width: 73px;
    height: 34px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #3B2C5D;
}

.pill-btn {
  background: transparent;
  border: none;
  padding: 6px 8px !important;
  cursor: pointer;
  /* color: #fff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 5px;
  transition: 0.2s ease; */
}

.owl-nav button span {
    font-size: 25px !important;
    color: white !important;
    line-height: 1;
    padding: 6px 2px !important;    
}

.owl-theme .owl-nav {
    margin: 16px auto;
    display: flex;
    width: 73px;
    height: 34px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #3B2C5D;
}

.owl-carousel .owl-stage-outer {    
    padding-bottom: 15px;
}

.owl-prev:hover, .owl-next:hover {
    background: none !important;    
}

.asi-buttons a:hover {
    color: #FFFFFF;
    text-decoration: none;
}




.asi-hero.item {
    position: relative;
    overflow: hidden;
}

.asi-hero.item .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* important */
    z-index: -1;
}

.asi-hero.item .asi-content {
    position: relative;
    z-index: 2;  /* place content above video */
}


.alliance-btn.alliance-primary:hover{
    background: #4935AD;
    color: #FFFFFF;
}
.alliance-btn.alliance-secondary:hover{
    border: 1px solid #4A26FF;
    color: #FFFFFF;
}



/* slider button hover  */
.owl-prev, .owl-next {
  position: relative;       /* required for absolute positioning */
  z-index: 2;               /* button stays above */
}

.owl-prev::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #201C27;
  border-radius: 50%;
  
  top: 52%;
  left: 6.5px;
  transform: translate(-50%, -50%);
  
  opacity: 0;          
  z-index: -1;         
  transition: opacity 0.2s ease;
}


.owl-next::before {

  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #201C27;
  border-radius: 50%;
  
  top: 52%;
  left: 51%;
  transform: translate(-50%, -50%);
  
  opacity: 0;          
  z-index: -1;         
  transition: opacity 0.2s ease;
}



.owl-prev:hover::before, .owl-next:hover::before {
  opacity: 1;          
}




/* overlay effect on slider  */

/* Apply overlay only to asi-hero item inside owl-item that is NOT active */

/* .owl-item:not(.active) .asi-hero.item {
    background: linear-gradient(0deg, rgba(154, 154, 154, 0.20) 0%, rgba(154, 154, 154, 0.20) 100%), 
                linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), 
                linear-gradient(0deg, rgba(136, 96, 208, 0.50) 0%, rgba(136, 96, 208, 0.50) 100%); 
    background-blend-mode: normal, normal, multiply; 
    filter: blur(2px);
    border-radius: 43px;
} */




/* 
@media (min-width: 1400px) and (max-width: 1499px) {
    .slider-wrapper .owl-item.active {
        width: 1160px !important;     
        margin-right: 40px !important;   
    }

    .slider-wrapper .owl-item.prev-active  {        
        margin-right: 40px !important;
    }
}



@media (min-width: 1500px) and (max-width: 1599px) {
    .slider-wrapper .owl-item.active {
        width: 1270px !important;     
        margin-right: 40px !important;   
    }

    .slider-wrapper .owl-item.prev-active  {        
        margin-right: 40px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .slider-wrapper .owl-item.active {
        width: 1365px !important; 
        margin-right: 40px !important;       
    }

    .slider-wrapper .owl-item.prev-active {        
        margin-right: 40px !important;
    }
}

@media (min-width: 1800px) and (max-width: 1899px) {
    .slider-wrapper .owl-item.active {
        width: 1560px !important;  
        margin-right: 40px !important;      
    }

    .slider-wrapper .owl-item.prev-active {        
        margin-right: 40px !important;
    }
}

@media (min-width: 1900px) and (max-width: 1999px){
    .slider-wrapper .owl-item.active {
        width: 1660px !important; 
        margin-right: 40px !important;       
    }

    .slider-wrapper .owl-item.prev-active {        
        margin-right: 40px !important;
    }
}

@media (min-width: 2000px) and (max-width: 2099px){
    .slider-wrapper .owl-item.active {
        width: 1760px !important;      
        margin-right: 40px !important;  
    }

    .slider-wrapper .owl-item.prev-active {        
        margin-right: 40px !important;
    }
}

@media (min-width: 2100px) and (max-width: 2199px){
    .slider-wrapper .owl-item.active {
        width: 1860px !important;  
        margin-right: 40px !important;      
    }

    .slider-wrapper .owl-item.prev-active {        
        margin-right: 40px !important;
    }
}

@media (min-width: 2400px) and (max-width: 2499px){
    .slider-wrapper .owl-item.active {
        width: 2160px !important;
        margin-right: 40px !important;        
    }

    .slider-wrapper .owl-item.prev-active {        
        margin-right: 40px !important;
    }
}

@media (min-width: 2500px) and (max-width: 2599px){
    .slider-wrapper .owl-item.active {
        width: 2260px !important; 
        margin-right: 40px !important;       
    }

    .slider-wrapper .owl-item.prev-active {        
        margin-right: 40px !important;
    }
} */




/* HOME-DEEPMIND WIDGET CSS END  */



/* INNOVATION SECTION start */
.asi-innovation{
    display: flex;
    margin: 0 136px;
    padding: 56.5px 239.5px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: linear-gradient(181deg, #492C92 1.52%, #0F063B 106.08%);
}
@media (max-width: 500px){
    .asi-innovation{
        padding-left: 20px;
        padding-right: 20px;
    }
    .asi-innovation h1 {
    font-size: 30px !important;
  }
   .asi-innovation p {
    font-size: 20px !important;
  }
  .innovation-buttons{
    flex-direction: column;
  }
}
.asi-innocontent h1{
    color: var(--Primary-Color-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%; /* 36.48px */
    letter-spacing: -1.28px;
    max-width: 615px;
    margin-bottom: 16px;
}
.asi-innocontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.asi-innocontent p{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.2px;
    max-width: 635px;
    margin-bottom: 25px;
}
.alliance-learn{
    width: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-banner-wrapper {
    background: #0B0F30;
    /* padding-top: 120px;
    padding-bottom: 2px; */
}

.innovation-buttons a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


@media (min-width: 1900px){
    
    .owl-item.active.center .asi-hero {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* INNOVATION SECTION end */





/* .pill-btn:hover{
    background-color: #201C27;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pill-btn{
    display: flex;
} */
 

/* 
#slider-wrapper {
    position: relative;
}
 
#slider-wrapper::before,
#slider-wrapper::after {
    content: "";
    position: absolute;
    top: 115px;
    bottom: 78px;
    width: 80px;
    z-index: 5;
    pointer-events: none;
}
 
#slider-wrapper::before {
    left: 0;
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
    background: linear-gradient(0deg, rgba(154, 154, 154, 0.20) 0%, rgba(154, 154, 154, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, rgba(136, 96, 208, 0.50) 0%, rgba(136, 96, 208, 0.50) 100%);
    background-blend-mode: normal, normal, multiply;
    filter: blur(2px);
}
 
#slider-wrapper::after {
    right: 0;
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
    background: linear-gradient(0deg, rgba(154, 154, 154, 0.20) 0%, rgba(154, 154, 154, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, rgba(136, 96, 208, 0.50) 0%, rgba(136, 96, 208, 0.50) 100%);
    background-blend-mode: normal, normal, multiply;
    filter: blur(2px);
} */










/* TOKKEN SECTION  start */
.asi-tokken {
  /* background: linear-gradient(180deg, #0b0e27 0%, #0b0e2a 100%), #FFF; */
  background: #0b0e28;
  padding: 100px 0;
  /* min-height: 70vh; */
  color: #fff;
  font-family: Arial, sans-serif;
}

.asi-tokken-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 0 135px;
}

.asi-left {
  flex: 1;  
}

.asi-left a:hover {
    color : #FFFFFF;
}

.asi-left h2 {
    color: var(--Primary-Color-White, #FFF);
    font-family: Montserrat;
    font-size: 31.743px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%; /* 36.187px */
    letter-spacing: -1.27px;
    margin-bottom: 24px;
}

.asi-left p {
    max-width: 454px;
    color: var(--Primary-Color-White, #FFF);
    font-family: Montserrat;
    font-size: 17.408px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.631px */
    letter-spacing: -0.696px;
    margin-bottom: 40px;
}

.tokken-btn {
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: var(--Primary-Color-Blue, #4A26FF);
    backdrop-filter: blur(12.199999809265137px);
    color: var(--Primary-Color-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; 
    padding: 16px 24px;
    width: 151px;
}

.tokken-btn:hover {
    background: #4935AD;
    color: #FFFFFF;
}

.asi-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* .crypto-card {
  width: 538px;
  padding: 37px 24px 24px 24px;
  background: linear-gradient(135deg, #242424, #2e2f3b 60%, #1b1d28);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
} */


.crypto-card{
  width: 538px;
  padding: 37px 24px 24px 24px;
border-radius: 26px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(28, 28, 30, 0.90);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	position: relative;
  overflow: hidden;
}

.crypto-card::after{
	content: "";
  position: absolute;
width: 238.797px;
height: 276.891px;
	border-radius: 33554400px;
opacity: 0.992;
background: rgba(16, 242, 250, 0.20);
filter: blur(80px);
	left: 200px;
  bottom: -190px;
  pointer-events: none;
}

.crypto-card::before{
	content: "";
  position: absolute;
  top: -55px;
	left: -60px;
width: 278.594px;
height: 200.047px;
	border-radius: 33554400px;
opacity: 0.6182;
background: rgba(177, 252, 171, 0.29);
filter: blur(60px);
pointer-events: none;
}








.crypto-header {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}

/* .crypto-header h2 { */

.crypto-header a {
    color: #D9D9D9;
    text-shadow: 0 0 0.5px #D9D9D9;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin: 0;
}

.crypto-header a {
  color: #D9D9D9;
  text-decoration: none;
}

.crypto-header a:hover {
  color: #D9D9D9;
  text-decoration: none;
}

.current-heading{
    color: #8A8A8E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
    letter-spacing: 0.375px;
}
.crypto-price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.current-price {
    color: #FFF;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.85px;
}
.green {
    color: #32D74B;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; 
}

.crypto-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-item .label {
    color: #8A8A8E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
    letter-spacing: 0.375px;
}

.stat-item .value {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.powered-by {
    color: #D9D9D9;
    text-shadow: 0 0 0.5px #D9D9D9;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px; /* 187.5% */
    letter-spacing: 0.375px;
    text-align: center;
    margin-bottom: 0px;
    color: #D9D9D9;
    text-decoration: none;
    padding: 0 145px;
}

/* .powered-by {
  color: #D9D9D9;
  text-decoration: none;
} */

.powered-by:hover {
  color: #D9D9D9;
  text-decoration: none;
}


@media (max-width: 992px) {
  .asi-tokken-container {
    flex-direction: column;
  }
  .asi-tokken{
    padding: 100px 0px;
  }

}
@media (max-width: 767px){
    .asi-tokken-container{
        padding: 0 60px;
    }
}
@media (max-width: 550px){
    .crypto-card {
        width: 400px;
    }
}
@media (max-width: 400px){
    .crypto-card {
        width: 300px;
    }
    .crypto-stats{
        flex-direction: column;
    }
    .asi-tokken-container{
        padding: 0 20px;
    }
}




/* .alliance-btn.alliance-primary:hover{
    background: #4935AD;
}
.alliance-btn.alliance-secondary:hover{
    border: 1px solid #4A26FF;
}
.pill-btn:hover{
    background-color: #201C27;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pill-btn{
    display: flex;
} */




/* TOKKEN SECTION  end */





/* DEEP Program Section */
.deep-singularity-section {
  width: 100%;
  background: #080D2B;
  padding: 56px 136px 85px 136px;
  display: flex;
  justify-content: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.deep-singularity-bg img {
    width: 100%;
    object-fit: cover;
    height: auto; 
    display: block;
}


.modal-backdrop{
z-index: 9999 !important;
}

#video-modal{
z-index: 10000;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* center vertically */
  margin: 0 auto; /* center horizontally */
}

.modal-content {
  border-radius: 16px;
  padding: 20px 40px 40px 40px;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
/*  text-align: center;*/
/*  min-width: 551px;*/
  margin: auto;
  margin-top: 85px;
}

.modal-header {
  border: none;
  justify-content: flex-end;
  padding: 0;
  position: relative;
}

.btn-close {
 border-radius: 120px;
  background-color: var(--Foundation-Grey-G50, #E6E6E6);
  padding: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.modal-body{
  padding: 0px !important;
}


.deep-singularity-container {
    width: 100%;
    /* max-width: 1250px; */
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.deep-singularity-title {
    color: var(--Primary-Color-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%;
    letter-spacing: -1.28px;
    margin-bottom: 24px;
}

.deep-singularity-subtitle {
    color: var(--Primary-Color-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 17.549px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.702px;
}
.deep-singularity-subtitle span{
    max-width: 635px;
    display: flex;
}
.deep-singularity-subtitle p{
    margin-bottom: 8px;
}

.deep-singularity-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}

.deep-singularity-bg {
  margin-top: 55px;
  width: 100%;
  /* height: 650px; */
  /* background-image: url("images/program-bg.svg");
  background-size: cover;
  background-position: center; */
  position: relative;
  overflow: hidden;
}

.singularity-center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.singularity-logo-bg {
  width: 240px;
  height: 240px;
  border-radius: 150px;
  background: rgba(43, 22, 101, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.deepmobile-bg{
    display: none;
}

@media(max-width: 767px){
    .deep-singularity-bg{
        display: none;
    }
    .deepmobile-bg::after{
      content: "";
      position: absolute;
      /* width: 346px;
      height: 400px; */
      inset: 0;
      background: linear-gradient(180deg, #0B0F2B 0%, rgba(0, 0, 0, 0.00) 50%, #0C0F2C 100%);
    }
    .deepmobile-bg{
      display: flex !important;
      position: relative;
      z-index: 2;
      width: 100%;
    }
    .deepmobile-bg img{
      width: 100%;
    }
    .deep-circle {
      display: flex;
      width: 192px;
      height: 192px;
      padding: 0 33px;
      justify-content: center;
      align-items: center;
      border-radius: 33554400px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      background: rgba(43, 22, 101, 0.90);
      box-shadow: 0 0 100px 0 rgba(74, 38, 255, 0.30);
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 3;
          pointer-events: none;
    }

    .asi-buttons {
    gap: 16px !important;
      }
    .asi-tokken-container {
      gap: 24px !important;
    }
    .asi-left h2{
      margin-bottom: 16px !important;
    }   
    .asi-left p{
      margin-bottom: 24px !important;
    }
    .deep-singularity-buttons{
      margin-top: 24px !important;
    }
}




/* DEEP Updates */
/* SECTION BACKGROUND */
.singularity-updates-section {
  width: 100%;
  padding: 100px 136px 68px 136px;
  background: #080d2b;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

/* HEADER */
.singularity-updates-header {
  /* max-width: 1200px; */
  margin: 0;
  margin-bottom: 64px;
  padding-right: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.singularity-updates-header h2 {
  color: var(--Primary-Color-White, #FFF);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%; /* 36.48px */
  letter-spacing: -1.28px;
}

.singularity-view-all{
  align-items: center;
  display: flex;
  gap: 8px;
}

/* GRID LAYOUT */
.singularity-updates-grid {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

/* LARGE LEFT CARD */
.singularity-large-card {
  /* background: #101737; */
  border-radius: 16px;
  padding-bottom: 18px;
  overflow: hidden;
  border: 1px solid transparent;  
  
}

.singularity-large-card img{
border-bottom-left-radius: 16px !important;
border-bottom-right-radius: 16px !important;
}

.singularity-small-img {
  border-radius: 16px !important;
}

.left-card-container{
  position: sticky;
  top: 170px;
}

.singularity-large-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px; /* Border thickness */
  background: linear-gradient(135deg, #9B73B5, #534096, #195B8B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.singularity-large-card:hover::before {  
  opacity: 1;
}

.singularity-update-img {
  width: 100%;
  /* height: 260px;
  object-fit: cover; */
}

.singularity-large-card h3 {
  color: var(--Primary-Color-White, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%; /* 27.36px */
  letter-spacing: -0.96px;
  padding: 24px 16px 19px 16px;
  margin-bottom: 0;
}

.singularity-update-meta {
  padding: 0 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #cccccc;
}

.singularity-update-meta span:nth-of-type(2) {  
  padding-right: 16px;
}

.singularity-update-meta span{
  color: #9F9F9F;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%; /* 20.52px */
  letter-spacing: -0.9px;
}

.singularity-update-meta .singularity-more{
  color: #9F9F9F;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin-right: 8px;
}

.singularity-update-meta a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: white;
  text-decoration: none;
  font-weight: 500;
}




/* RIGHT COLUMN */
.singularity-updates-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* SMALL CARDS */
.singularity-small-card {
  /* background: #101737; */
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 25px;
  border: 1px solid transparent;
  border-radius: 16px;
  position: relative;
}



.singularity-small-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px; /* Border thickness */
  background: linear-gradient(135deg, #9B73B5, #534096, #195B8B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.singularity-small-card:hover::before {
  opacity: 1;
}




.singularity-small-card h4 {
  color: var(--Primary-Color-White, #FFF);
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 114%; /* 20.52px */
letter-spacing: -0.72px;
  margin: 0 0 8px 0;
}

.singularity-date {
  display: block;
  color: #9F9F9F;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%; /* 15.96px */
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}

.singularity-learn {
  color: #9F9F9F;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}

.singularity-small-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* object-fit: cover; */
}


@media (max-width: 992px){  
  .left-card-container{
    position: unset;    
  }
}


@media (max-width: 1300px){
  .singularity-updates-grid{
    gap: 20px;
  }
}
@media (max-width: 1199px){
  .singularity-updates-section {
    padding: 100px 60px 68px 60px;
  }
}
@media (max-width: 991.99px){
  .singularity-updates-grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px){
  .singularity-small-card{
    grid-template-columns: 1fr;
  }
  .singularity-small-img {
    order: 1;
  }
  .singularity-small-left {
    order: 2;
  }
}
@media (max-width: 499px){
  .singularity-updates-section {
    padding: 100px 10px 68px 10px;
  }
  .deep-singularity-buttons{
    flex-direction: column;
  }
  .deep-singularity-section .deep-singularity-bg{
    order: 1;
    margin-top: 0;
  }
  .deep-singularity-title{
    order: 2;
    margin-top: 36px;
    text-align: initial;
    font-size: 26px;
    letter-spacing: -1.04px;
  }
  .deep-singularity-subtitle{
    order: 3;
    text-align: initial;
    font-size: 17.408px;
    line-height: 24px; 
    letter-spacing: -0.696px;
  }
  .deep-singularity-buttons{
    order: 4;
    width: 100%;
  }
  .deep-singularity-section{
    padding: 36px 10px;
  }
  .alliance-learn {
    width: unset;
  }
  .singularity-small-card{
    padding-left: 0;
    padding-right: 0;
  }
  .singularity-date{
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 8px
  }
  .singularity-small-card h4{
    font-weight: 700;
    margin-bottom: 8px;
  }
  .singularity-learn{
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  /* .singularity-updates-grid{
    display: none;
  } */
  .singularity-updates-header h2{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
  }
}
@media (min-width: 500px){
  .singularity-updates-mobile{
    display: none;
  }
}


.singularity-updates-grid{
  max-width: unset !important;
  align-items: start;
}

.singularity-small-left a:hover {
    color: #FFFFFF;
}




/* all section media query for full HD 1900+  */
/* but make the content container 1200px for above 1500px resolution except the slider  */


@media (min-width: 1500px){
  

/* DEEP Program Section */
.deep-singularity-section {
	width: 1200px;
	margin: auto;
	padding: 56px 0 85px 0
}

/* SECTION BACKGROUND */
.singularity-updates-section {
  width: 1200px;
  margin: auto;
  padding: 100px 0 68px 0;
}

/* INNOVATION SECTION start */
.asi-innovation{    
    width: 1200px;
    margin: 0 auto;
}

/* Newsletter Section */
.newsletter {  
  width: 1200px;
  margin: auto;
  padding: 65px 0 0 !important;
}

.snet-footer {    
    width: 1200px;
    margin: auto;    
    padding-left: 0 !important; 
    padding-right: 0 !important;
}

.wrapper-footer-section {
    background: #070810;
}


.footer-content .footer-menu {
	padding-left: 50px
}

/* TOKKEN SECTION  start */
.asi-tokken {
  width: 1200px;
  margin: auto;
}

.asi-tokken-container {
	padding: 0;
}



}



