@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
*,
:after,
:before {
  margin: 0;
  padding: 0;
  font-size: 70%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  --primary: #4c7a89;
  --accent: #a24f3d;
  --highlight: #e91e63;
  --text: #2c3e50;
  --light-bg: #eef1f8;
  --white: #ffffff;
  --gray: #606060;
}
body {
  text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  background-color: var(--light-bg);
  line-height: 1.6;
  color: var(--text);
}
.dropdown-menu li,
.menuLinks {
  list-style-type: none;
}
.dropdown-menu li:first-child,
.menuLinks {
  border-bottom: 1px solid #000000d9;
}
.footer-col ul li a,
.menuLinks a {
  text-transform: capitalize;
  text-decoration: none;
}

.navHeader {
  width: 100%;
  height: 55px;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #eef1f8;
  z-index: 1;
  box-shadow: 2px 6px 18px rgba(66, 57, 238, 0.3);
  transition: 0.5s ease-out, background 1s ease-out;
}
.dropdown,
.footer-col h4,
.hamburger,
.logoImage,
.menuLinks a,
.navSection {
  position: relative;
}
.bar,
.menuLinks::after {
  background: #000;
  height: 2px;
}
.navSection {
  overflow-y: hidden;
  display: inline-block;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: #fff0;
  height: 50px;
}
.bar,
.dropdown-menu,
.hamburger,
.menuLinks a,
.menuTabs {
  display: block;
}
.hamburger {
  width: 27px;
  cursor: pointer;
  height: 35px;
  overflow-x: hidden;
  margin: -8px auto 0;
  transform: rotate(0);
  transition: transform 0.3s ease-out;
  top: 55%;
}
.bar,
.menuLinks:hover::after {
  width: 100%;
}
.bar {
  transition-delay: 0s;
  transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.footer-col,
.row {
  background: #4c7a89;
}
.header,
.menu-opened {
  height: 100%;
}
.topLine {
  transform: translateY(0) rotate(0);
}
.btmLine {
  transform: translateY(10px) rotate(0);
}
.menuTabs {
  padding: 15px 48px 0;
  display: flex;
  flex-direction: column;
}
.menuLinks {
  margin-top: 5px;
  opacity: 0;
  display: inline-block;
  transform: scale(1) translateY(-30px);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  pointer-events: none;
  visibility: hidden;
}
.menuLinks::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
}
.menu-opened .hamburger {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.menu-opened .menuLinks {
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0) scale(1);
  opacity: 1;
}
.menu-opened .menuLinks:first-child {
  transition-delay: 0.27s;
}
.menu-opened .menuLinks:nth-child(2) {
  transition-delay: 0.34s;
}
.menu-opened .menuLinks:nth-child(3) {
  transition-delay: 0.41s;
}
.menu-opened .menuLinks:nth-child(4) {
  transition-delay: 0.48s;
}
.menu-opened .menuLinks:nth-child(5) {
  transition-delay: 0.55s;
}
.menu-opened .menuLinks:nth-child(6) {
  transition-delay: 0.62s;
}
.menu-opened .menuLinks:nth-of-type(7) {
  transition-delay: 0.67s;
}
.menu-opened .hamburger .bar.topLine {
  transform: translateY(11px) rotate(45deg);
}
.menu-opened .hamburger .bar.btmLine {
  transform: translateY(8px) rotate(-45deg);
}
.menuLinks a {
  color: #2c3e50;
  font-size: 2rem;
  line-height: 2.35;
  width: 100%;
}
.menu-opened .bar {
  transition: 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.dropdown-menu li a {
  font-size: 1.8rem;
}
.logoImage {
  width: 80px;
  height: 30px;
  margin: 14px 20px 0 0;
  float: right;
  object-fit: contain;
  cursor: pointer;
}
.footer_start {
  max-width: 1170px;
  margin: auto;
}
.fa-brands,
.fab {
  font-weight: 400;
  font-size: 3rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}
.footer {
  background-color: #4c7a89;
  padding: 40px 0;
}
.footer-col {
  width: 25%;
  padding: 10px 15px;
}
.footer-col h4 {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
}
.mini_logo {
  width: 80px;
  margin-bottom: 1rem;
  height: 80px;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.footer-col ul li a:hover {
  color: #fff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #fff;
}
.fa-solid {
  font-size: 2rem;
  margin-right: 1rem;
}
.footer_end {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
@media only screen and (max-width: 300px) {
  html {
    font-size: 30%;
    white-space: normal;
  }
  .header {
    margin: 7rem 0 0.5rem;
  }
  .navHeader {
    height: 40px;
    overflow: unset;
  }
  .aboutus-section {
    padding: 10px 20px;
  }
  .fa-brands,
  .fab {
    font-size: 7rem;
  }
  .hamburger {
    width: 18px;
    height: 15px;
    margin-top: 0.2em;
  }
  .menu-opened {
    height: 100%;
  }
  .menu-opened .hamburger .bar.topLine {
    transform: translateY(5px) rotate(45deg);
  }
  .menu-opened .hamburger .bar.btmLine {
    transform: translateY(3px) rotate(-45deg);
  }
  .logoImage {
    width: 50px;
    height: 18px;
    margin: 14px 18px 0 0;
  }
  .bar {
    height: 1px;
  }
  .btmLine {
    transform: translateY(8px) rotate(0);
  }
  .navSection {
    width: 60px;
    height: 30px;
  }
}
@media only screen and (max-width: 260px) {
  html {
    font-size: 25%;
    white-space: normal;
  }
  .logoImage {
    width: unset;
    margin: 14px 35px 0 0;
  }
  .fa-brands,
  .fab {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 150px) {
  html {
    font-size: 15%;
  }
  .footer-col {
    width: 100%;
  }
  .fa-brands,
  .fab {
    font-size: 15rem;
  }
  .menuTabs {
    display: flex;
    flex-direction: column;
    padding: 15px 20px 0;
  }
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 65%;
  }
}
@media only screen and (min-width: 800px) {
  body {
    font-size: 65%;
  }
  .menuLinks a {
    display: block;
    font-size: 15px;
    font-weight: unset;
  }
  .dropdown a,
  .dropdown-menu,
  .navSection {
    display: none;
  }
  .menu-opened .menuLinks,
  .menuLinks {
    transform: unset;
  }
  .menuTabs {
    overflow-y: hidden;
    flex-direction: row;
  }
  .navHeader {
    height: 55px;
    align-content: center;
    background: #eef1f8;
    box-shadow: 2px 6px 18px rgba(66, 57, 238, 0.3);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    transition: background 0.5s ease-in;
    padding: 0 1rem;
    align-items: center;
  }
  .logoImage {
    margin: unset;
  }
  .menuTabs {
    padding: 0 4rem;
    display: flex;
    align-items: center;
    gap: 5em;
  }
  .menu-opened {
    height: unset;
  }
  .menuLinks {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    margin-top: unset;
    transition: unset;
    position: relative;
    border-bottom: unset;
    font-weight: 700;
    text-transform: uppercase;
  }
  .menuLinks a:hover {
    color: var(--second-color);
  }
  .scroll .menuLinks a:hover {
    color: #261f1f;
  }
  .menu-opened .menuLinks:first-child,
  .menu-opened .menuLinks:nth-child(2),
  .menu-opened .menuLinks:nth-child(3),
  .menu-opened .menuLinks:nth-child(4),
  .menu-opened .menuLinks:nth-child(5),
  .menu-opened .menuLinks:nth-child(6) {
    transition-delay: unset;
  }
}
@media only screen and (min-width: 1100px) {
  .navHeader {
    justify-content: space-between;
    padding: unset;
  }
  .logoImage {
    margin: 0rem 10rem;
  }
}
