:root{
    --primary:#91277E;
    --secondary:#070707;
    --accent:#474747;
    --grey:#AAAAAA;
    --white:#FAFAFA;
    --grey-2:#D9D9D9;
    --h1: 65px;
    --h2:42px;
    --h3:36px;
    --h4:26px;
    --h5:20px;
    --h6:18px;
    --p:16px;
}


/** Adding Roboto Mono Font **/
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoMono-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoMono-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoMono-Thin.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoMono-SemiBold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-display: swap;
    src: 
        url('fonts/RobotoMono-Bold.ttf') format('truetype');
    font-weight: bold;
}

body{
    font-family: "Roboto Mono", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/** Hero Section **/
.hero-section{
    position: relative;
}
.hero-section::before{
    position: absolute;
    content: '';
    left: 0px;
    right:0px;
    background: url('../assets/Herosectionbackground.gif');
    background-size: 100% 100%;
  top: -30px;
  bottom: 0px;
}
.hero-section::after{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #0A080A 0%, rgba(10, 8, 10, 0) 100%);
    background-size: cover;
    bottom: 0px;
    background-position: top;
    top: 40%;
    left: 0px;
    right: 0px;
}
/** Navbar **/
.navbar .navbar-brand img{
    width: 300px;
}
.navbar{
    box-shadow: 0px 4px 4px 1px #00000033;
    background: var(--white) !important;
    padding:8px;
    margin-top:20px;
}
.nav-link{
    font-size: var(--h6);
    color: var(--accent);
    padding-left: 40px !important;
}
.navbar .btn-primary{
    margin-left: 30px;
    margin-right: 30px;
    font-size: var(--h6);
    color: var(--white);
    background: var(--primary) !important;
    border:1px solid var(--primary) !important;
    
}

/** Banner **/
.banner-block{
    padding-top: 120px;
  padding-bottom: 120px;
    text-align: center;
    position: relative;
    z-index: 1;
        text-align: -moz-center;
  text-align: -webkit-center;
}
.banner-block h2{
    font-size: var(--h1);
    font-weight: bold;
    color: var(--white);
   line-height: 105.51px;
    letter-spacing: 0%;
    text-align: center;

}
.seperator{
   background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
   height: 2px;
   width: 80%;
}
.banner-block p{
    font-size: var(--h3);
    color: var(--white);
    font-weight: 700;
    line-height: 52.75px;
    margin-top:30px;
    letter-spacing: 0%;
    text-align: center;
}

/** <!-- Services --> **/
.services{
    padding-top:80px;
    padding-bottom: 80px;
    background: var(--secondary);
}
.section-title{
    font-size: var(--h2);
    color: var(--white);
   font-weight: 700;
    line-height: 65.94px;
    letter-spacing: 0%;
    text-align: center;
}
.services-card{
    background: var(--grey-2);
    padding:40px;
}
.services-card img{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    min-height: 600px;
    object-fit: cover;
}
.services-card h4{
    font-weight: 700;
    font-size: var(--h2);
    line-height: 65.94px;
    letter-spacing: 0%;
    color:var(--white);
    text-align: center;
}
.services-card p{
    font-weight: 400;
    font-size: var(--h4);
    line-height:initial;
    letter-spacing: 0%;
    text-align: center;
    color:var(--white);
}
.services-block{
    position:relative
}
.services-content{
    position: absolute;
    bottom: 30px;
    left:30px;
    right:30px;
}
.services-card{
    margin-top: 50px;
}

/** Use cases **/
.use-cases{
    padding-top:80px;
    padding-bottom: 80px;
    background: var(--white);
    position: relative;
}
.use-cases::after{
    content: '';
    position: absolute;
    background: url('../assets/use-case-bg.gif');
    background-size: cover;
    top:0px;
    bottom: 0px;
    left: 0px;
    bottom: 0px;
    opacity: .2;
    right: 0px;
}
.use-cases .section-title{
    color: var(--secondary);
    border-bottom: 1px solid var(--secondary);
    width: max-content;
}
.section-title-center{
    display: flex;
    justify-content: center;
}
.accordion-button{
    color: var(--secondary) !important;
    font-weight: 700;
    font-size: var(--h3);
    letter-spacing: 0%;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.accordion-header{
    border: none !important;
    padding-top: 30px;
  padding-bottom: 30px;
}
.accordion-item{
    border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background: transparent;
}
.accordion-button::after{
    background: url('../assets/arrow-expanded-icon.svg') !important;
    background-size: cover;
    width:38px;
    height: 38px;
}
.accordion-body p,.accordion-body ul li{
    font-size:var(--h4);
    color:var(--secondary);
    font-weight:500;
}
.accordion-body ul li{
    margin-bottom:10px;
}
.accordion-body h4{
    font-size:var(--h4);
    color: #91277E;
    font-weight: 500;
    margin-bottom:15px;
}
.use-cases .container{
    position: relative;
    z-index: 1;
}

/** Footer **/
.footer{
    background: #D9D9D9;
    padding-top:60px;
    padding-bottom: 60px;
}
.footer-block{
    background: var(--white);
    padding:30px;
    padding-bottom: 0px;
}
.footer-block h3{
    font-weight: 700;
    font-size: var(--h3);
    line-height: 65.94px;
    letter-spacing: 0%;
}
.line-seperator{
    border: 2px solid #D9D9D9;
    width:110%;
    margin-left: -30px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.footer-link{
    text-decoration: none;
    font-size: var(--h5);
    color: var(--accent);
    font-weight: 700;
    line-height: 39.57px;
    letter-spacing: 0%;
}
.footer-link img{
    width:40px;
    height: 40px;
}
.footer-link span{
    font-size: var(--h5);
    color: var(--accent);
    font-weight: 700;
    line-height: 39.57px;
    letter-spacing: 0%;
}
.footer-section-block{
    display: flex;
}
.footer-section-block h5{
    font-size: var(--h5);
    color: #91277E;
    font-weight: 500;
}
.footer-section-block .footer-link{
    display: block;
}
.right-footer-section{
    padding-left: 30px;
}
.border-left{
    border-left: 2px solid #D9D9D9;
}
.footer-section-block{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  padding-right: 30px;
}
.footer-section-block .left-footer-section{
    width: 40%;
}

.footer-content{
    padding-top: 40px;
    padding-bottom: 40px; 
}
.footer-link {
    text-decoration: none;
    line-height: initial;
    display: block;
    margin-bottom: 20px;
}
.footer-section-block .footer-link{
    line-height: initial;
  margin-bottom: 30px;
}
.copyright{
    border-top: 2px solid #D9D9D9;
    padding-top:20px;
    padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-title{
    font-size: var(--p);
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 0px;
}
.copyright-title span img{
    width: 28px;
    height: 28px;
}


/** Mobile Responsiveness **/
@media only screen and (max-width:800px) {
    .mobile-none{
        display: none !important;
    }
    .navbar .navbar-brand img {
        width: 200px;
    }
    .navbar {
        padding: 5px;
    }
    .banner-block {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .banner-block h2 {
        font-size: 32px;
        line-height: initial;
    }
    .banner-block h2 br{
        display:none;
    }
    .seperator {
        width: 100%;
    }
    .banner-block p {
        font-size: 24px;
        line-height: initial;
    }
    .banner-block p br{
        display: none;
    }
    .services-card h4{
        font-size: 20px;
        line-height: initial;
        margin-top: 20px;
    }
    .services-card {
        background: var(--grey-2);
        padding: 20px;
    }
    .services-content {
        position: absolute;
        left: 0px;
        right: 0px;
    }
    .section-title{
        font-size: 32px;
    }
    .services-card img{
        min-height: 400px;
        object-fit: cover;
    }
    .services-card h4{
         color: var(--white);
    }
    .services-card p {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 0px;
        color: var(--white);
    }
    .services,.use-cases {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .accordion-button {
        font-size: 22px;
    }
    .accordion-body p,.accordion-body ul li {
        font-size: 18px;
    }
    .accordion-body h4 {
    font-size: 20px;
    }
    .accordion-body{
        padding-top:0px;
        padding-bottom: 0px;
    }
    .accordion-button::after {
        background-size: cover !important;
        width: 24px;
        height: 24px;
    }
    .footer-block h3{
        font-size: 24px;
        line-height: initial;
    }
    .line-seperator {
        width: 100%;
        margin-left: 0px;
    }
    .footer-link span {
        font-size: 18px;
    }
    .footer-link img {
        width: 32px;
        height: 32px;
    }
    .footer-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .border-left{
        border-left: none !important;
    }
    .footer-section-block {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        display: block;
    }
    .footer-section-block .left-footer-section {
        width: 100%;
    }
    .right-footer-section {
        padding-left: 0px;
        padding-top: 20px;
    }
    .footer-link {
        text-decoration: none;
        line-height: initial;
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .copyright-title{
        text-align: left !important;
        margin-top: 10px !important;
        text-decoration: none !important;
    }
    .copyright .text-end{
        text-align: left !important;
        margin-top:10px;
    }
    .copyright {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width:800px) {
    .desktop-hide{
        display: none !important;
    }
}

@media only screen and (min-width:800px) and (max-width:1300px){
    .banner-block h2 {
        font-size: 48px;
    line-height: initial;
    }
    .footer-link,.footer-link span{
        font-size:18px;
        line-height: initial;
    }
    .footer-link span{
        padding-left:10px;
    }
    .nav-link {
      font-size: 16px;
      padding-left: 30px !important;
    }
    .footer-content .footer-link{
        display:flex;
    }
    .footer-link img {
      width: 20px;
      height: 20px;
    }
    .offerings img{
        margin-top:20px;
    }
}



.offerings {
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--secondary);
  }
  .offerings img{
    border-radius: 20px;
}
.cursor-pointer{
    cursor: pointer;
}