/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/styles.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

:root {
  --font-mono: 'Roboto Mono', monospace;
  --primary-color: #0065b8;
  --primary-light-color: #408bca;
  --primary-light-background-color: #F0F9FF;
  --primary-dark-background-color: #f0eff0;
  --terinary-color: #033344;
  --primary-light-title-color: #2bb8e3;
  --primary-light-contact-form-color:#9DD3FE;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 18px;
  line-height: 32px;

  -webkit-font-smoothing: antialiased;
}

html,
body,
#app {
  height: 100%;
}

body {
  font-family: 'Nunito Sans';
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.container {
  margin-top: 70px;
  width: 100%;
}
.colouredSubHeading {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 100%;
}

.mainHeading {
  color: #414141;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}

.coloured-span {
  background: linear-gradient(to right, #0065b8, #2bb8e3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  white-space: nowrap; 
  font-weight: 800;
}
.pageDescription {
  font-size: 20px;
  color: #202020;
  margin-bottom: 15px;
  line-height: 120%;
  font-weight: 400;
}
.btnForPage {
  width: 50%;
  text-align: center;
  background-color: var(--primary-color);
  color: azure;
  padding: 12px 56px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.btnForPage:hover {
  transform: translateY(-5px);
}
.Card_Heading_Large {
  font-size: 32px;
  font-weight: 700;
}
.Card_Heading_Small{
  font-weight: 700;
  font-size: 24px;
  color: #202020;
}
.Card_Description_Small {
  font-size: 16px;
  color: #6a696a;
  font-weight: 400;
  line-height: 100%;
}


@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .mainHeading {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 1px;
  }
  .pageDescription{
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  }
  .btnForPage {
    padding: 10px 46px;
    font-size: 16px;
    width: 60%;
  }
  .Card_Heading_Large {
    font-size: 28px;
    font-weight: 700;
  }
  .Card_Heading_Small{
    font-weight: 700;
    font-size: 20px;
    color: #202020;
  }
  .Card_Description_Small {
    font-size: 12px;
    color: #6a696a;
    font-weight: 400;
    line-height: 100%;
  }
  }
  
  @media only screen and (max-width: 899px) and (min-width: 600px) {  
    .mainHeading {
      font-size: 30px;
      line-height: 1;
      letter-spacing: 1px;
    }
    .pageDescription{
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    }
    .btnForPage {
      padding: 10px 46px;
      font-size: 14px;
      width: 35%;
    }
    .Card_Heading_Large {
      font-size: 24px;
      font-weight: 700;
    }
    .Card_Heading_Small{
      font-weight: 700;
      font-size: 16px;
      color: #202020;
    }
    .Card_Description_Small {
      font-size: 10px;
      color: #6a696a;
      font-weight: 400;
      line-height: 100%;
      text-align: center;
    }
  }
  
  @media (max-width: 599px) {
    .mainHeading {
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 1px;
    }
    .pageDescription{
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 1.2px;
    }
    .btnForPage {
      padding: 8px 20px;
      font-size: 16px;
      font-weight: 400;
      width: 50%;
    }
    .coloured-span{
      font-weight: 600;
    }
    .colouredSubHeading{
      font-weight: 400;
      font-size: 16px;
    }
    .Card_Heading_Large {
      font-size: 24px;
      font-weight: 700;
    }
    .Card_Heading_Small{
      font-weight: 700;
      font-size: 22px;
      color: #202020;
    }
    .Card_Description_Small {
      font-size: 16px;
      color: #6a696a;
      font-weight: 400;
      line-height: 100%;
    }
  }
  

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/Component/Header/Header.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 150px;
  z-index: 1000;
  background-color: white;
}

.logo {
  width: 15%;
  height: 50px;
  display: flex;
  align-items: center;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  display: flex;
}

.navList {
  display: flex;
  list-style: none;
  gap: 18px;
}

.navList li a {
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  color: black;
}

.navList li a:hover {
  color: var(--primary-light-color);
}

.login {
  background-color: var(--primary-color);
  color: azure;
  padding: 3px 13px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.login:hover {
  transform: translateY(-5px);
}

@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .header {
    padding: 15px 40px;
  }
  .logo {
    width: 20%;
  }
  .navList {
    gap: 10px;
  }
  .login {
    font-size: 12px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 600px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 15px 35px;
  }
  .logo {
    width: 42%;
  }

  .nav {
    display: none;
  }

  .nav.open {
    display: flex;
  }

  /* .navList {
    flex-direction: column;
    gap: 20px;
    padding: 12px 0;
  } */

  .navList li {
    padding: 5px 0;
  }
  .login {
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 599px) {
  .header {
    padding: 15px 25px;
  }
  .logo {
    width: 48%;
  }

  .nav {
    display: none;
  }

  .nav.open {
    display: flex;
  }

  .navList {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .navList li {
    padding: 10px 0;
  }
  .login {
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 600;
  }
}

