@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

nav,
ul {
  list-style: none;
}
.upper-header .logo-wrapper img {
  width: 250px;
}
body {
  font-family: "Inter", sans-serif;
}

.common-width {
  width: 1300px;
  margin: 0rem auto;
}

.upper-header {
  background-color: #004861;
}
.upper-header > div {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.upper-header > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upper-header > div > div:first-child img,
.upper-header > div > div:last-child img {
  width: 30px;
  height: 30px;
}
.upper-header > div > div:first-child p {
  margin-left: 10px;
  margin-bottom: 0px !important;
}
.upper-header > div > div > div {
  margin-left: 10px;
}
.upper-header > div > div > div a {
  color: #fff;
  font-size: 16px;
}
.upper-header > div > div p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}
.upper-header .logo-wrapper {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

/* blue-bar */
.blue-bar {
  background-color: #00a3c8;
}
.blue-bar > div {
  height: 49px;
  display: flex;
  align-items: center;
}
.blue-bar > div h1 {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
/* header */
header {
  background-color: #fff;
}

header > .main-header-inner {
  width: 1054px;
  margin: 0rem auto;
}
header > .main-header-inner > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > .main-header-inner > nav a {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
header > .main-header-inner > nav a.active {
  color: #00a3c8;
  font-weight: 500;
}
header > .main-header-inner > nav > * + * {
  margin-left: 10px;
}

header nav > a,
header nav > div > a {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
}

header nav div {
  position: relative;
}
header nav div:hover .dropdown {
  display: block;
}
header nav .dropdown {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 180px;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 9;
  padding: 10px 0px;
}
header nav .services-dropdown {
  width: 200px;
}

header nav .dropdown a {
  padding: 10px 0px;
  display: block;
  text-align: center;
}

/* footer */
footer {
  background-color: #004861;
  margin-top: 10rem;
}
footer .top-area {
  padding-top: 0rem;
  display: grid;
  grid-template-columns: 0.8fr 0.5fr 0.5fr 1.2fr;
  grid-gap: 2rem;
  padding-bottom: 3rem;
}
footer .top-area .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .top-area .col:first-child > img {
  transform: translateY(-10px);
  width: 240px;
}
footer .top-area .col:first-child p {
  width: 95%;
  font-size: 13.5px;
}
footer .top-area h1 {
  color: white;
  font-size: 13.5px;
  font-weight: 500;
}
footer .top-area p {
  color: #86b0bc;
  font-size: 12px;
  font-family: Inter;
  font-weight: 400;
  width: 236px !important;
}
footer .top-area .col > * + * {
  margin-top: 13px;
}
footer .top-area .col > h1 {
  margin-bottom: 1rem;
}
footer .top-area .col a {
  color: #86b0bc;
  font-size: 13.5px;
  font-family: Inter;
  font-weight: 400;
  word-wrap: break-word;
}
footer .top-area .col iframe {
  width: 100%;
  border-radius: 10px;
  height: 200px;
}
footer .bottom-area {
  border-top: 1px solid #2b7a8c;
  padding: 1.5rem 0rem;
  text-align: center;
}
footer .bottom-area p {
  color: #86b0bc;
  font-size: 12px;
  font-family: Inter;
  font-weight: 400;
  word-wrap: break-word;
}

/* bg-banner-footer */
footer .bg-banner-footer {
  background-color: #fff;
  height: 180px;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 163, 200, 0.6);
  border-radius: 20px;
  border-left: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-top: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-right: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-bottom: 0.5px rgba(0, 0, 0, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 4rem;
  transform: translateY(-100px);
}
footer .bg-banner-footer span {
  color: #00a3c8;
  font-size: 18px;
  font-weight: 400;
  border-left: 2px solid #00a3c8;
  padding-left: 10px;
}
footer .bg-banner-footer .left-area h1 {
  color: black;
  font-size: 40px;
  font-weight: 700;

  margin-top: 10px;
}
footer .bg-banner-footer .right-area {
  display: flex;
  align-items: center;
}
footer .bg-banner-footer .right-area .box-banner {
  text-align: center;
  padding: 1rem 2rem;
  border-right: 0.5px rgba(0, 0, 0, 0.2) solid;
}
footer .bg-banner-footer .right-area .box-banner:last-child {
  border-right: none;
}
footer .bg-banner-footer .right-area h1 {
  color: #343434;
  font-size: 20px;
  font-family: Inter;
  font-weight: 400;
  word-wrap: break-word;
  text-align: center;
  margin-top: 10px;
}
footer .bg-banner-footer .right-area .box-banner img {
  width: 33px;
  height: 33px;
}
footer .bg-banner-footer .right-area .box-banner:last-child h1 {
  display: flex;
  align-items: center;
}
footer .bg-banner-footer .right-area .box-banner:last-child h1 img {
  margin-left: 20px;
}
footer .bg-banner-footer .right-area .box-banner:last-child .social-media {
  display: flex;
  align-items: center;
}
footer
  .bg-banner-footer
  .right-area
  .box-banner:last-child
  .social-media
  > *
  + * {
  margin-left: 10px;
}
footer .bg-banner-footer .right-area .box-banner:nth-child(2) img {
  transform: translateY(-10px);
}

@media screen and (max-width: 1300px) {
  .common-width {
    width: 95%;
    margin: 0rem auto;
  }
  header > .main-header-inner {
    width: 90%;
  }
}
.upper-header > div > div.burger-icon {
  display: none;
}

@media screen and (max-width: 950px) {
  header {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 200px;
    height: 100vh;
    padding: 2rem 0rem;
    transition: 0.3s ease all;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  header nav > a,
  header nav > div > a {
    height: unset;
  }
  header nav .dropdown {
    top: 40px;
  }
  header.active {
    left: 0px;
  }
  header > .main-header-inner > nav {
    flex-direction: column;
  }
  header > .main-header-inner > nav > * + * {
    margin-left: 0px;
    margin-top: 2rem;
  }
  .upper-header .logo-wrapper {
    position: static;
    transform: translateX(0px);
  }
  .upper-header .logo-wrapper img {
    width: 200px;
  }
  .upper-header > div > div:not(.burger-icon) {
    display: none;
  }

  .upper-header > div > div.burger-icon {
    display: none;
    display: block;
    transform: translateY(3px);
  }
  footer .bg-banner-footer {
    flex-direction: column;
    height: unset;
    padding: 2rem 1rem;
  }
  footer .bg-banner-footer .right-area {
    width: 100%;
    justify-content: space-between;
  }
  footer .bg-banner-footer .right-area .box-banner {
    padding-left: 0px;
    padding-right: 0px;
    width: 203px;
    border: none;
  }
  footer .bg-banner-footer .right-area h1 {
    font-size: 15px;
  }
  footer .bg-banner-footer .left-area {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .bg-banner-footer .left-area h1 {
    font-size: 30px;
  }
  footer .bg-banner-footer span {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  footer .top-area {
    grid-template-columns: 1fr;
  }
  footer .bg-banner-footer .right-area {
    flex-direction: column;
  }
  footer .bg-banner-footer .right-area .box-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .upper-header {
    position: sticky;
    top: 0px;
    z-index: 9;
  }
  .upper-header > div {
    height: 70px;
  }
}
