@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&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=Permanent+Marker&display=swap');


html, body{
    /* font-family: "Poppins", sans-serif; */
    font-family: Arial !important;
    color: var(--white);
    background-color: #0D0F1B !important;
}

:root{
    --primary:#0D0F1B;
    --primary-light:#1F2232;
    --premium-color:#62D84E;
    --black:#000000;
    --white:#FFFFFF;
    --smoke:#D8E1FA;
    --yellow:#FFEC40;
}

/* width */
 ::-webkit-scrollbar {
    width: 5px;
    position: fixed !important;
  }

  ::-webkit-scrollbar:hover {
    width: 14px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f169; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.auto-padding{
    padding:50px 0px;
}

.premium-text{
    color: var(--premium-color);
}

.premium-bg{
    background-color: var(--premium-color) !important;
}

.premium-btn{
    background-color: var(--premium-color) !important;
    font-size: 12px !important;
}
.premium-btn:hover{
    background-color: #158900 !important;
    color: #000000;
}
.primary-bg{
    background-color: var(--primary-light) !important;
}

h1, h2, h3, h4, h5, h6, p{
    color: var(--white) !important;
}

header{
    padding: 10px 0;
    background: #fff;
}

header img{
    width: 130px;
}
footer img{
    width: 154px;
}
header li{
    list-style: none;
    display: inline;
    margin-left: 50px;
}
header ul{
    text-align: right; 
    margin: 0;
    padding: 0;
}

header li a{
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
}

.btn{
    font-size: 16px;
    border-radius: 0;
    background: var(--primary);
    color: var(--premium-text--premium-text);
    font-weight: 300;
    padding: 13px 16px;
}
.hero{
    background: linear-gradient(to bottom right, rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), url(/assets/2024/servicenow_assets/service_now_bg.png);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    padding-top: 50px;
    box-shadow: inset 7px 23px 17px 60px #000000;
}

.hero h2{
    font-size: 61px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

.title{
    max-width: 800px;
}

.high-card{
    background: rgb(52 62 78 / 58%);
    box-shadow: 0 4px 30px rgba(5, 5, 5, 0.1);
    backdrop-filter: blur(12.1px);
    -webkit-backdrop-filter: blur(6.9px);
    border: 1px solid rgba(208, 208, 208, 0.1);
}

.high-cards{
    margin-top: -80px !important;
}


/* .video-servicenow{
    margin-top: 100px;
} */

.marker-text{
    font-family: "Aria";
    font-weight: 400;
    font-style: normal;
    max-width: 258px;
    transform: rotate(40deg);
    margin-left: -100px;
}

.marker-text-mobile{
    font-family: "Aria";
    font-weight: 400;
    font-style: normal;
    max-width: 250px;
    transform: rotate(40deg);
    /* margin-left: -100px; */
    text-align: center;
}


.curved-arrow{
    transform: rotate(304deg);
}

.nav-pills .nav-link{
    border: 1px solid #ffffff;
    color: #FFFFFF;
    margin: 5px;
}

.nav-pills .nav-link:hover{
    color: var(--premium-color) !important;
    border-color: var(--premium-color);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--premium-color) !important;
    color: #000000 !important;
    border: var(--premium-color);
}

.job-role-card{
    background: rgb(52 62 78 / 58%);
    box-shadow: 0 4px 30px rgba(5, 5, 5, 0.1);
    backdrop-filter: blur(12.1px);
    -webkit-backdrop-filter: blur(6.9px);
    border: 1px solid rgba(208, 208, 208, 0.1);
    height: 360px;
    width: 300px;
    max-width: 100%;
}

.project-card{
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
    width: 400px;
    max-width: 100%;
    padding: 10px;
    background-color: #000000;
}

.project-card:hover{
    z-index: 9999;
    border: 3px solid var(--premium-color);
    transform: scale(1.2);
    transition-duration: 1.1s;
}

.logo-div{
    width: 100px;
}

.logo-hr{
    width: 60px;
    rotate: 90deg;
    background: #000000;
}

.journey-head{
    font-family: "Aria";
    font-weight: 400;
    font-style: normal;
    /* max-width: 250px; */
}

/* FAQ's start */
.accordion{
    background: transparent !important ;
    box-shadow: unset !important;
    border: none !important;
    color: #ffffff !important;
  }
  
  .accordion-item{
    margin-top: 20px;
    border-radius: 10px !important;
    background: var(--primary) !important;
    box-shadow: unset !important;
    border: 0.5px solid #ffffff5c !important;
    color: #ffffff !important;
  }
  
  .accordion-body{
    background: var(--primary) !important;
    border-radius: 0px 0px 10px 10px;
  }
  
  .accordion-button{
    background: var(--primary) !important;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    transform: none;
    /* transition: cubic-bezier(0.075, 0.82, 0.165, 1); */
  }
  
  .accordion-button:not(.collapsed){
    border-radius: 10px 10px 0px 0px !important;
  }
  
  .accordion-button:not(.collapsed)::after{
    background-image: url(/assets/2024/servicenow_assets/minus.png) !important;
    background-size: auto !important;
    background-position: center !important;
    filter: invert(1);
  }
  
  .accordion-button::after{
    background-image: url(/assets/2024/servicenow_assets/plus.png) !important;
    background-size: auto !important;
    background-position: center !important;
    filter: invert(1);
  }

  /* FAQ's end */

  .only-mobile{
        display: none;
  }


  @media only screen and (max-width: 768px) {

    .no-mobile{
        display: none;
    }
    
    .only-mobile{
        display: block;
    }

    .mt-xs-0{
        margin-top: 0px !important;
    }

    .mt-xs-2{
        margin-top: 50px !important;
    }
    
    .mob-width{
        max-width: 100%;
    }
    
  }