@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto:wght@500&display=swap");

*,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
}

p,
a {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #000000;
}

/* --------------Navigation------------- */
.logo img {
  margin-right: 30px;
}

nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin:0px;
}

nav ul li {
  padding: 15px 10px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}


.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    height: auto;
    width: 150px;
    background: url("/img/logo.webp") center no-repeat;
    background-size:contain;
}




nav .menu-btn i {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: none;
}

#click {
  display: none;
}

/* ------------------------------ */

/*---------------- jaicss----------- */
._flex-box {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 12px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-7 {
  padding-top: 70px;
}

.p_0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p_4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p_5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p_6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p_7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

._flex {
  display: flex;
}

._flex-around {
  justify-content: space-around;
}

._flex-center {
  justify-content: center;
}

._flex-between {
  justify-content: space-between;
}

._flex-evenly {
  justify-content: space-evenly;
}

._flex-start {
  justify-content: start;
}

._flex-items-center {
  align-items: center;
}

._flex-items-end {
  align-items: flex-end;
}

._flex-items-start {
  align-items: flex-start;
}

._flex-items-stretch {
  align-items: stretch;
}

._flex-items-baseline {
  align-items: baseline;
}

._sticky {
  position: sticky;
  top: 0;
  z-index: 1111;
}

._text-center {
  text-align: center;
}

._text-left {
  text-align: left;
}

._text-right {
  text-align: right;
}

.cont-100 {
  width: 100%
}

.divider {
  padding: 40px 0px 0px;
}

.section-p {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-p9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-p5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bgheader {
  background-color: #034276;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

nav {
  width: 96%;
}

nav a {
  color: #fff !important;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  padding: 20px 10px;
  cursor:pointer;
}

    nav li a:hover {
        color: #35c9f5 !important;
    }
.banner .cronus-cont img {
    margin-bottom: -96px;
}
.banner .cronus-cont {
    padding: 40px 40px 80px;
    text-align: center;
}
.cronus-cont h1{
    padding-bottom: 40px;
}
.banner {
    background: #034276;
    min-height: auto;
    width: 100%;
    position: relative;
}
.mprojects {
    position: relative;
    z-index: 11;
    background: #fff;
}
.banner h1 {
  color: #fff;
  font-size: 37px;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  padding-top: 30px;
}

section h2 {
  font-size: 32px;
  margin: 0;
  font-size: 32px;
  line-height: 39px;
}

section p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  padding: 20px 0px 0px;
}

section a {
  color: #68d7f7;
}

.subcontact {
  background-image: url(img/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2a353e;
  border-radius: 24px;
  margin-bottom: 70px;
}

.colorwhite {
  color: #fff;
}

.sub-32 {
  font-size: 32px;
  line-height: 39px;
}

.sub-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.btn-sub {
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  font-size: 14px;
  background: #68d7f7;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
}

.btn-sub:hover {
  background: #68d7f7;
  box-shadow: 5px 10px 30px rgb(81, 208, 247);
}

.chooseCronus h3 {
  padding-top: 20px;
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 400;
}

.chooseCronus p {
  font-size: 14px;
  font-weight: thin;
}

.chooseCronus span {
  color: #68d7f7;
  font-weight: 600;
  font-size: 48px;
}

.fa-solid {
  color: #014075;
  font-size: 100px;
}

.fa-solid:hover {
  color: #68d7f7;
}

/* -------categories-------- */
.categories {
  background-color: #f3f7fa;
  color: #010101;
}

._features {
  flex-flow: row wrap;
  align-items: center;
}

._features div:nth-of-type(1) {
  flex-grow: 1;
}

._features div:nth-of-type(2) {
  flex-grow: 6;
}

._features div:nth-of-type(1) h3 {
  font-weight: 600;
  font-size: 48px;
  text-align: left;
}

._features div:nth-of-type(1) p {
  text-align: left;
  color: #3F4750;
}

._features div:nth-of-type(2) p {
  text-align: center;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29%, auto));
  grid-gap: 2em;
}

.grid-box-feat {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
  padding: 1rem;
  border-radius: 24px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.068);
  transition: transform 0.5s;
}

.grid-box p {
  color: #010101;

}

.grid-box-feat img {
  max-width: 150px;
  height: auto;
}

.grid-box-feat p {
  font-weight: 100;
  font-size: 14px;

}

.grid-box-feat img {
  width: 65px;
  margin-top: 18px;
}

.grid-box-feat:nth-of-type(1) img {
  width: 150px;
}

.grid-box-feat:hover {
  color: #fff;
  transform: translateY(-10px);
  background: radial-gradient(68.81% 83.1% at 73.95% 68.02%, #4A1845 16.23%, #1D1E49 85.84%);
}

.grid-box-feat:hover p,
.grid-box-feat p:hover {
  color: #fff !important;
}

/* Style the tab */
.activity {
  flex-flow: row wrap;
}

.tab {
  order: 1;
  width: 22%;
  min-height: 300px;
  flex-grow: 1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #D3DAE6;
  color: #1A1C21;
  padding: 22px 16px;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: context-menu;
  transition: 0.3s;

}

.tab button img {
  margin-right: 15px;
}

.tablinks i {
  transform: rotate(-90deg);
}

.tablinks.active i {
  transform: rotate(0deg);
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f3f6fb;
}

/* Create an active/current "tab button" class 
.tab button.active {
  background-color: #f8f9fc;
}*/

/* Style the tab content */
.tabcontent {
  order: 0;
  width: 75%;
  padding: 0px 12px;
  flex-grow: 4;
  min-height: 300px;
}

.moretitle {
  font-weight: 100;
  font-size: 48px;
  line-height: 50px;
}

.title,
.title span {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
}

.title span {
  color: #35C8F4;
}

.subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3F4750;
}

/* ----------------------------------------------- */
.gradient {
  width: 100%;
  background-image: linear-gradient(59.3576deg, #301a45, #181d46, #25366a);
  border-radius: 36px;
  background-size: cover;
  flex-direction: column;
}

.gradient:before {
  content: "";
  background: url(img/doodle-dots.png);
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gbox ul {
  display: flex;
}

.gbox ul li {
  list-style: none;
  text-align: center;
  display: block;
}

.gbox ul li a {
  text-decoration: none;
  display: block;

}

.gbox ul li a img {
  width: 70px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 10px;
}

ul li a .name {
  color: #fff;
  transition: 0.3s all;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  cursor:context-menu;
}


.name::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #f0223d;
  transition: width 0.3;
}

.name:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.text-box {
  color: #cacdd6;
  padding-top: 40px;
  font-size: 16px;
  line-height: 20px;
}

.priority {
  margin: -55px 0 -22px 0px;
}

.Collaborate {
  max-width: 500px;
  height: auto;
}

.boxnoti {
  border-radius: 20px;
  padding: 80px 50px 70px;
  margin: 80px auto;
}

.notified {
  background-color: #e3f2ee;
}

.Secured {
  background-color: #f7ece9;
}

.box a {
  background: #eccbab;
  border: 1px solid #eccbab;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
  padding: 0;
  text-decoration: none;
  font-size: 21px;
  line-height: 100px;
  height: 100px;
}

.box a:hover {
  background: #35c9f5;
  color: #fff;
}

.box a:nth-of-type(1) {
  background-image: linear-gradient(-5deg, #eccbab, #f2dfcd);
  color: #a86e33;
  border-color: #a86e33;
}

.box a:nth-of-type(2) {
  background-image: linear-gradient(-5deg, #e2e3fb, #ecf0fb);
  color: #5154b3;
  border-color: #5154b3;
}

.box a:nth-of-type(3) {
  background-image: linear-gradient(-5deg, #eec5e6, #f7edfd);
  color: #c946af;
  border-color: #c946af;
}

.box a:nth-of-type(4) {
  background-image: linear-gradient(-5deg, #fdcbb6, #f9d7ea);
  color: #db4899;
  border-color: #db4899;
}

.box a:nth-of-type(5) {
  background-image: linear-gradient(-5deg, #f78ec8, #fce0f3);
  color: #922765;
  border-color: #922765;
}

.box a:nth-of-type(6) {
  background-image: linear-gradient(-5deg, #f6beb0, #fff0ec);
  color: #c7573b;
  border-color: #c7573b;
}

.box a:nth-of-type(7) {
  background-image: linear-gradient(-5deg, #acfba3, #faffee);
  color: #3f8138;
  border-color: #3f8138;
}

.box a:nth-of-type(8) {
  background-image: linear-gradient(-5deg, #66e7ec, #ebfeff);
  color: #218d91;
  border-color: #218d91;
}

.box a:nth-of-type(9) {
  background-image: linear-gradient(-5deg, #aed2f6, #edf9ff);
  color: #306aa3;
  border-color: #306aa3;
}

/* ----------------------------- */
.divider-2 {
  padding: 2% 8% 2% 8%;
  display: flex;
  justify-content: center;
  background-size: cover;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/* ----------------------------- */
.b-block {
  background-image: url(../img/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  margin: 2% auto 4%;
  color: #fff;
  border-radius: 34px;
}

.subtitle {
  font-size: 16px;
  color: #aaafb2;
  padding-bottom: 40px;
}

/* --------------------------------- */
.plans-text {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.plans-text h4 {
  font-size: 37px;
  letter-spacing: 1px;
  font-weight: 700;
}

.plans-text p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 200;
  color: #343a40;
}

._pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29%, auto));
  grid-gap: 2em;
}

.price-box-1 {
  border-radius: 24px;
  padding: 40px 40px 20px;
  background-image: linear-gradient(360deg, #ae3983, #d3505f, #fcb095);
  justify-content: center;
  text-align: left;
  align-items: center;
}

.price-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

._pricing-title {
  font-weight: 200;
  font-size: 28px;
  color: #FFFFFF;
  margin: 0px;
}

._pricing-sub {
  font-weight: 700;
  font-size: 30px;
  color: #3A020C;
  margin: 0px;
}

._pricing-p {
  font-size: 14px;
  text-align: justify;
  font-weight: 200;
  margin: 0px;
  color: #FFFFFF;
  padding-bottom: 35px;
}

.price-box-1 i {
  font-size: 35px;
  opacity: 0.5;
  color: #FFFFFF;
}

._prititle {
  padding: 24px;
  font-weight: 600;
  font-size: 30px;
  color: #3F4750;
}

._prititle span {
  font-weight: 100;
  font-size: 30px;
}

.pro-row-box {
  display: flex;
  justify-content: start;
  align-items: center;
}

hr {
  margin-top: 10%;
  width: 100%;
  margin-left: 0;
}

.price-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}

.dollar-sign {
  font-size: 25px;
  font-weight: 700;
}

.dollar-fig {
  font-size: 35px;
  font-weight: 700;
  margin-top: 6px;
}

.per-month {
  font-size: 13px;
  font-weight: 200;
  padding-top: 20px;
}

.Plan-btn {
  display: inline-block;
  padding: 20px 63px;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  margin-top: 12px;
}

.color_pink .Plan-btn {
  color: #fff;
  background-image: linear-gradient(36deg, #d3505f, #fcb095);
}

.color_pink .Plan-btn:hover {
  background-image: linear-gradient(36deg, #d3505f, #fcb095);
  box-shadow: 5px 10px 30px #d3505f;
}

.color_pink .dollar-sign,
.color_pink .dollar-fig,
.color_pink i.fa-solid,
.color_pink .fa-solid,
.color_pink h4 {
  color: #e23963;
}

.color_blue .Plan-btn {
  color: #135f49;
  background-color: #6dccb1;
}

.color_blue .Plan-btn:hover {
  background-image: linear-gradient(36deg, #6dccb1, #6ce9d4);
  box-shadow: 5px 10px 30px #6dccb1;
}

.color_blue .dollar-sign,
.color_blue .dollar-fig,
.color_blue i.fa-solid,
.color_blue .fa-solid,
.color_blue h4 {
  color: #6DCCB1;
}

.price-list ul {
  display: flex;
  flex-direction: column;
}

.price-list ul li {
  list-style: none;
}

.price-list ul li a {
  text-decoration: none;
  color: #343a40;
  font-size: 14px;
  font-weight: 200;
  padding: 16px 0px;
  display: inline-block;
}

.price-list i.fa-solid {
  font-size: 12px;
  padding-right: 10px;
}

.pro-row-box .fa-solid {
  font-size: 20px;
  margin-right: 15px;
}

.pro-row-box h4 {
  font-size: 25px;
  font-weight: 600;
}

.pro-textp {
  font-size: 14px;
  color: #343a4079;
  margin-top: 0px;
  padding: 0px 0px 20px;
  text-align: left;
}

._pricetext {
  padding: 30px;
  background: #FFFFFF;
  border: 2px solid #EDF3F9;
  border-radius: 24px;
  margin-top: 15x;
}

._prititle2 {
  padding: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #3F4750;
  text-align: right;
}

._prititle2 span {
  font-weight: 600;
  font-size: 16px;
  color: #35C8F4;
  text-align: right;
}


/* -----------------contact form --------------------*/
.right-map {
  background: url(img/map.JPG) no-repeat center;
  background-size: cover;
  height: 100%;
}

form button {
  background: #2BAEDF !important;
  border: 0px;
}

.field {
  border-color: #d7d8da93;
  border-style: solid;
  border-width: 2px;
  width: 100%;
  outline: none;
  background-color: #fbfcfd;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  margin-bottom: 20px;
  transition: 0.3s;
}

.grid-c2-r1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5em;
}

.field:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------------- */
footer {
    background: url(../img/footer.png) #034276 no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0px 0px;
}

.copyrights {
    background-color: #003866;
    width: 100%;
    color: #8990a3;
    text-align: center;
}

    .copyrights p {
        font-size: 14px;
        padding: 6px 6px;
        color: #b3b3b3;
    }

.footer-column,
.footer-Company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 70px;
}

.footertitle {
  font-size: 20px;
  line-height: 24px;
  color: #ffffffab;
}

.footer-column p {
    font-size: 16px;
    line-height: 24px;
    color: #a6b1c1;
    padding-top: 5px;
}
.consultationform {
    min-height: 1895px;
    background-color: white;
}

.fot_hr {
    border-style: solid;
    color: rgba(136, 136, 136, 0.473);
    margin: 4% 0px;
}

.ISO-img {
  padding-top: 20px;
  width: 30%;
  height: auto;
}

.footer-Company ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-Company ul li a {
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #7f8194;
  padding: 14px;
  text-decoration: none;
}

.footer-Company ul li a:hover {
  color: #2BAEDF;
}

.vertical-line {
  width: 1px;
  height: 20px;
  background-color: #7f8194;
}

/*---------------- mediaquery----------- */

.custom-shape-divider-bottom-1664177689 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1664177689 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 127px;
}

.custom-shape-divider-bottom-1664177689 .shape-fill {
  fill: #FFFFFF;
}
