@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
/* Neumorphic Checkbox Dark&Light Mode https://codepen.io/DivineBlow/pen/KKgBPxY */
/* Light Mode styles */
/*  * {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}
 body {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 min-height: 100vh;
} */

.anchor{position: relative}

.anchor #case-studies{
    position: absolute;
    top: -120px;
}

/* Explicit CSS for 3 CTA buttons at the top */
.simple-cta__buttons {
    justify-content: end;
}

.simple-cta__inner {
    padding: 20px 0 !important;
}

a.simple-cta__button{
background-color: #0057b8;
}
/* End do not touch */

.eyebrow-text{
    background: #39b5e8 !important;
}

.title-text_1{
    display: block;
    text-align: center;
    font-size: 40px;
    color: #000;
    letter-spacing: .46px;
    line-height: 48px;
    margin-bottom: 75px;
}

.container-cards {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 max-width: 100vw;
	 flex-wrap: wrap;
	 padding: 40px 0;
   margin-top: -100px;
   margin-bottom: 50px;
}
 .container-cards .c-card {
	 position: relative;
	 width: 360px;
	 height: 440px;
/* 	 box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(255, 255, 255, 0.5); */
/* 	 border-radius: 15px; */
	 margin: 30px;
}
 .container-cards .c-card .c-box {
	 position: absolute;
	 top: 20px;
	 right: 20px;
	 bottom: 20px;
	 left: 20px;
	 background: #f4f4f4;
/* 	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
/* 	 border-radius: 15px; */
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 transition: 0.5s;
   border: 1px solid #a2a2a2;
}

.c-type{
    background: #444;
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-top: 10px;
}

 .container-cards .c-card .c-box .c-content {
	 padding: 10px;
	 text-align: center;
}
 .container .card .box .content .fab {
	 position: absolute;
	 top: 20px;
	 right: 20px;
	 font-size: clamp(55px, 10vw, 65px);
	 pointer-events: none;
}

.c-img-cards{
    width: 275px;
    margin-top: -50px;
    height: 160px;
}

 .container-cards .c-card .c-box .c-content .fa-python {
	 background: #0073a3;
	 background: linear-gradient(90deg, rgba(0, 115, 163, 1) 0%, rgba(255, 210, 41, 1) 100%);
	 -webkit-background-clip: text;
	 background-clip: text;
	 -webkit-text-fill-color: transparent;
	 text-fill-color: transparent;
}
 .container-cards .c-card .c-box .c-content .fa-java {
	 background: #f00;
	 background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(125, 108, 130, 1) 70%, rgba(0, 212, 255, 1) 100%);
	 -webkit-background-clip: text;
	 background-clip: text;
	 -webkit-text-fill-color: transparent;
	 text-fill-color: transparent;
}
 .container-cards .c-card .c-box .c-content .fa-js-square {
	 background-color: #fbda61;
	 background-image: linear-gradient(45deg, #fbda61 0%, #ff5acd 100%);
	 -webkit-background-clip: text;
	 background-clip: text;
	 -webkit-text-fill-color: transparent;
	 text-fill-color: transparent;
}
 .container-cards .c-card .c-box .c-content h3 {
	 font-size: 16px;
    color: #212121;
    z-index: 1;
    font-weight: 600;
    transition: .5s;
}
 .container-cards .c-card .c-box .c-content p {
	 font-size: 1em;
	 color: #777;
	 z-index: 1;
	 transition: 0.5s;
}
 .container-cards .c-card .c-box .c-content a {
	  position: relative;
    display: inline-block;
    padding: 4px 10px;
    background: #0057b8;
    margin-top: 0px;
    color: #fff;
    text-decoration: none;
/*     box-shadow: 0 4px 6px rgb(0 0 0 / 30%); */
    font-size: 12px;
    left: 80px;
    top: 40px;
}
 .container-cards .c-card:hover .c-box .c-content a {
	 background: #ff7f00;
}
 .container-cards .c-card:hover .c-box {
	 transform: translateY(-50px);
	 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
/* 	 background: linear-gradient(20deg,#002d6e,#ececec);  */
}
 .container-cards .c-card:hover .c-box .c-content h3, .container-cards .c-card:hover .c-box .c-content p {
/* 	 color: #fff; */
}
/* Dark Mode styles */
 body.dark-theme {
	 background: #232427;
}
 body.dark-theme .c-card {
	 box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
}
 body.dark-theme .c-card .c-box {
	 background: #2a2b2f;
	 box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
 body.dark-theme .c-card .c-box .c-content h3 {
	 color: rgba(255, 255, 255, 0.9);
}
 body.dark-theme .c-card .c-box .c-content p {
	 color: rgba(255, 255, 255, 0.9);
}
 body.dark-theme .c-card .c-box .c-content a {
	 background: #000;
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
 body.dark-theme .container-cards .c-card:nth-child(1) .c-box .c-content a {
	 background: #f00;
}
 body.dark-theme .container-cards .c-card:nth-child(2) .c-box .c-content a {
	 background: #ba00ec;
}
 body.dark-theme .container-cards .c-card:nth-child(3) .c-box .c-content a {
	 background: #4158d0;
}
 body.dark-theme .container-cards .c-card:hover .c-box {
	 background-color: #4158d0;
	 background-image: linear-gradient(43deg, #ffcc70 0%, #c850c0 46%, #4158d0 100%);
}
/*Checkbox Button*/
 .center-1 {
	 position: absolute;
	 top: 3%;
	 right: 3%;
}
 .center-1 input[type="checkbox"] {
	 position: relative;
	 width: 80px;
	 height: 30px;
	 -webkit-appearance: none;
	 background: #111;
	 outline: none;
	 cursor: pointer;
	 border-radius: 0px;
	 box-shadow: 0 0 0 2px #1f1f1f, inset -2px -2px 5px rgba(255, 255, 255, 0.1), inset 2px 2px 5px rgba(0, 0, 0, 0.5);
	 transition: 0.5s;
}
 .center-1 input:checked[type="checkbox"] {
	 background: #00c9ff;
	 box-shadow: 0 0 0 2px #1f1f1f, 0 10px 20px rgba(0, 0, 0, 0.5), inset 0 0 5px rgba(0, 0, 0, 1), inset 0 0 15px rgba(0, 0, 0, 0.5);
}
 .center-1 input[type="checkbox"]:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 60px;
	 height: 30px;
	 background: linear-gradient(to top, #000, #6b6b6b);
	 border-radius: 20px;
	 box-shadow: 0 0 0 1px #232323;
	 transform: scale(0.98, 0.96);
	 transition: 0.5s;
}
 .center-1 input:checked[type="checkbox"]:before {
	 left: 20px;
}
 .center-1 input[type="checkbox"]:after {
	 content: "";
	 position: absolute;
	 top: calc(50% - 2px);
	 left: 45px;
	 width: 4px;
	 height: 4px;
	 background: #f00;
	 box-shadow: 0 0 5px #f00, 0 0 15px #f00, 0 0 30px #f00;
	 border-radius: 50%;
	 transition: 0.5s;
}
 .center-1 input:checked[type="checkbox"]:after {
	 background: #00c9ff;
	 left: 65px;
	 box-shadow: 0 0 3px #00c9ff, 0 0 9px #00c9ff, 0 0 27px #00c9ff;
}
 
.cta-web a{
    color: #ff7f00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    display: flex;
    margin-top: 500px;
    margin-left: -210px;
}

/* span.cta-web a::after{
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    width: 10px;
    color: #ff7f00;
    /* position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
    font-size: 14px;
    display: block;
    margin-top: 11px;
    margin-left: 5px;
} */

span.cta-web a:hover{
    color: #000;
}

@media only screen and (max-width: 768px){
.title-text_1{
    font-size: 30px;
}
  
  .cta-web a{
    margin-top: 0px;
    margin-left: 0px;
}
  
.cta-web a span{
  left: 0px !important;
}
  
.c-box {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }
  
 .simple-cta__button{
      width: 200px !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }
}

