:root {
  --color-white: #fff;
  --color-black: #000;
  --bs-border: #dee2e6;
  --facebook: #1877f2;
  --messenger: #0084ff;
  --twitter: #1da1f2;
  --linkedIn: #0a66c2;
  --skype: #00aff0;
  --google-plus: #ea4335;
  --youtube: #ff0000;
  --whatsApp: #25d366;
  --medium: #02b875;
  --instagram: #c32aa3;
  --pinterest: #bd081c;
  --google: #4285f4;
  --snapchat: #fffc00;
  --color-primary: #FCD408;
  --color-secondary: #333333;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 52.5%;
}

body {
  font-family: "Noto Serif Bengali", "Roboto", serif;
}

img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

a,
.button,
.button--light,
.button--tertiary,
.button--secondary,
button {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
.button--light:focus,
.button--tertiary:focus,
.button--secondary:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2B96CC;
  text-decoration: none;
}

a {
  color: #1696e7;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 3rem 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
}

.iti {
  width: 100%;
}

.fz-extra-small {
  font-size: 1.2rem !important;
}

.fz-small {
  font-size: 1.4rem !important;
}

.fz-normal {
  font-size: 1.6rem !important;
}

.fz-large {
  font-size: 2rem !important;
}

.fz-extra-large {
  font-size: 2.4rem !important;
}

.fw-medium {
  font-weight: 500;
}

.text-black {
  color: var(--color-black);
}

.text-theme {
  color: var(--color-primary);
}

.hover-text-black:hover {
  color: var(--color-black);
}

.hover-text-dark:hover {
  color: var(--color-dark);
}

.hover-text-white:hover {
  color: var(--color-white);
}

.hover-text-theme:hover {
  color: var(--color-primary);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-theme {
  background-color: var(--color-primary);
}

.hover-bg-dark:hover {
  background-color: var(--color-dark);
}

.hover-bg-black:hover {
  background-color: var(--color-black);
}

.hover-bg-white:hover {
  background-color: var(--color-white);
}

.hover-bg-theme:hover {
  background-color: var(--color-primary);
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mt-65 {
  margin-top: 6.5rem;
}

.mt-100 {
  margin-top: 10rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.py-70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.min-width-150 {
  min-width: 15rem;
}

.min-width-160 {
  min-width: 16rem;
}

.min-width-170 {
  min-width: 17rem;
}

.min-width-180 {
  min-width: 18rem;
}

.min-width-190 {
  min-width: 19rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-x: auto;
  overflow-y: hidden;
}

.td-py-3 td,
.td-py-3 th {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .border-md-end {
    border-right: 1px solid #bfbfbf;
  }

  .mt-md-100 {
    margin-top: 10rem !important;
  }
}
.go-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: var(--color-primary);
  color: #222;
  font-size: 3rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(2rem);
  visibility: hidden;
  opacity: 0;
}
.go-to-top.active {
  transform: translateY(0rem);
  visibility: visible;
  opacity: 1;
}
.go-to-top:hover {
  transform: translateY(-4px);
}
.go-to-top:active {
  transform: translateY(-2px);
}

.add {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(var(--color-black), 0.3);
}

.arrows {
  z-index: 1;
  background: var(--color-primary);
  color: var(--color-white);
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
}
.arrows.prev {
  left: 3px;
}
.arrows.next {
  right: 2px;
}

.link, .link--dark {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
}
.link:hover, .link--dark:hover, .link:focus, .link--dark:focus {
  color: #eeeeee;
}
.link--dark {
  color: #444;
}
.link--dark:hover {
  color: #333;
}

.icon-left {
  margin-right: 5px;
}

.icon-right {
  margin-left: 5px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000083;
  z-index: 1;
  display: none;
}

.theme-box {
  max-width: 50rem;
  margin: 0 auto;
  box-shadow: 0 0 20px #00000033;
  border-radius: 2rem;
  min-height: 300px;
  padding: 3rem;
  padding-top: 2rem;
}

.header--top {
  background-color: #333333;
  color: #ffffff;
  height: 3rem;
  display: flex;
  align-items: center;
}
.header--main {
  background-color: var(--color-primary);
  color: #333333;
  height: 7rem;
}
.header .logo-area img {
  max-height: 5rem;
}

.footer {
  background-color: #333333;
}
.footer .copyright {
  background-color: #202020;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.8rem 0;
  text-align: center;
}
.footer__image {
  max-width: 17rem;
  margin-top: 2rem;
}

.footer-list {
  font-size: 2rem;
  color: #dbdbdb;
}
.footer-list__item {
  display: flex;
  padding: 4px 0;
}
.footer-list__icon {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  padding-top: 4px;
}
.footer-list__link {
  font-size: inherit;
  color: inherit;
}

.search-box {
  display: none;
}
.search-box__input {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-secondary);
  width: 20rem;
  max-width: 100%;
}
.search-box__input:focus {
  outline: none;
}
.search-box__submitter {
  font-size: 1.2rem;
  height: 100%;
  background: var(--color-secondary);
  color: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-secondary);
}

.social-media {
  --size: 2.2rem;
  font-size: 1.2rem;
  display: flex;
}
.social-media--large {
  --size: 3.2rem;
  font-size: 1.6rem;
}
.social-media__item {
  color: #fff !important;
  background-color: #6a6a6a;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.social-media__item:hover.facebook {
  background-color: var(--facebook);
}
.social-media__item:hover.linkedin {
  background-color: var(--linkedIn);
}
.social-media__item:hover.twitter {
  background-color: var(--twitter);
}
.social-media__item:hover.instagram {
  background-color: var(--instagram);
}
.social-media__item:hover.youtube {
  background-color: var(--youtube);
}
.track-parcel {
  background-color: #fff;
  width: 100%;
  max-width: 70rem;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  box-shadow: 0 0 1rem 6px #00000029;
}
.track-parcel__form {
  display: flex;
  font-size: 1.6rem;
}
.track-parcel__input {
  padding: 5px 1rem;
  border: 3px solid var(--color-primary);
  width: calc(100% - 10rem);
}
.track-parcel__submitter {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #222;
  padding: 1rem;
  width: 10rem;
  font-weight: 700;
  white-space: nowrap;
}

.login-form {
  font-size: 1.6rem;
  text-align: center;
}
.login-form__input {
  border: none;
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  box-shadow: 0 0 1rem #00000033;
  border-radius: 6px;
  width: 100%;
}
.login-form__submitter {
  display: block;
  width: 100%;
  border: none;
  background: var(--color-primary);
  font-size: 1.8rem;
  padding: 5px 0;
  border-radius: 6px;
  font-weight: 700;
  margin-top: 2rem;
}

.nice-input__label {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}
.nice-input__input, .nice-input__input--small {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem 1.3rem;
  border: none;
  border-radius: 3px;
  background-color: #58585812;
}
.nice-input__input::placeholder, .nice-input__input--small::placeholder {
  color: #5858587a;
}
.nice-input__input--small {
  padding: 3px 10px;
}

.heading, .heading--tertiary--2, .heading--tertiary, .heading--secondary, .heading--primary, .heading--section, .heading--h1 {
  font-weight: 700;
}
.heading--section {
  font-weight: 700;
  text-align: center;
  position: relative;
}
.heading--section span {
  border-bottom: 4px solid var(--color-primary);
  padding-bottom: 0.8rem;
}
.heading--section.no-after:before {
  display: none;
}
.heading--section::before {
  --size: 1.8rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 145%);
  background-color: var(--color-primary);
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
}
.heading--section--small {
  font-size: 2.2rem;
}
.heading--section--small span {
  border-bottom-width: 3px;
}
.heading--section--small::before {
  --size: 1rem;
  transform: translate(-50%, 180%);
}
.heading--tertiary {
  color: var(--color-primary);
  font-size: 2.4rem;
}
.banner-wrapper {
  position: relative;
}

.banner {
  height: 35rem;
  border-bottom: 5px solid var(--color-primary);
  background: #09bfb7;
}
.banner__image {
  width: 100%;
  height: 100%;
  max-width: 240rem;
  margin: 0 auto;
}
.banner-slider {
  position: relative;
}
.banner-slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #eee;
  color: #333;
  border-radius: 5px;
  display: none;
}

.navigation {
  display: flex;
}
.navigation__link {
  color: #222;
  font-size: 1.4rem;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.navigation--mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 6rem);
  bottom: 0;
  background-color: #f7f7f7;
  padding: 3rem 2rem;
  max-width: 30rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.3s;
}
.navigation--mobile .navigation__link {
  font-size: 1.8rem;
}

.open-mobile-navigation {
  font-size: 2rem;
  padding: 1rem;
  border: none;
  background: transparent;
}

.close-mobile-navigation {
  --size: 3.6rem;
  position: absolute;
  top: 1rem;
  left: calc(100% + 1rem);
  border-radius: 50%;
  height: var(--size);
  width: var(--size);
  background-color: var(--color-primary);
  color: #222;
  border: 3px solid #fff;
  font-size: 2rem;
}

.card, .card--blog, .card--secondary, .card--primary {
  max-width: 30rem;
  width: 100%;
  margin: auto;
}
.card__image {
  box-shadow: 0 0 1rem #0000001f;
  margin-bottom: 1.4rem;
  text-align: center;
}
.card__heading {
  font-size: 2.8rem;
  text-align: center;
  background: #fff;
  padding: 6px 0;
  font-weight: 700;
  margin-bottom: 2rem;
  box-shadow: 0 0 1rem #0000001f;
}
.card__heading--link {
  text-decoration: none;
}
.card__content {
  font-size: 2.2rem;
  text-align: center;
}
.card__text {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 10px;
}
.card--secondary .card__image {
  box-shadow: none;
}
.card--secondary .card__heading {
  font-size: 2.4rem;
}
.card--secondary .card__content {
  font-size: 1.8rem;
}
.card--blog {
  max-width: 38rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px #0000001f;
}
.card--blog .card__content {
  display: flex;
  padding: 0 1.5rem 5px 1.5rem;
}
.card--blog .card__heading {
  box-shadow: none;
  font-size: 2.4rem;
}
.card--blog .card__date {
  margin-right: 1.2rem;
  max-width: 50px;
  text-align: left;
  font-size: 1.8rem;
}
.card--blog .card__date .box {
  --size: 4rem;
  height: var(--size);
  width: var(--size);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--color-primary);
  box-shadow: 0 0 10px #00000022;
  border-radius: 5px;
  margin-bottom: 6px;
}

.card-meta {
  display: flex;
  justify-content: space-around;
}
.card-meta__item {
  font-size: 1.4rem;
}
.card-meta__icon {
  font-size: 1.8rem;
  color: var(--color-primary);
}
.button, .button--light, .button--tertiary, .button--secondary {
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 5px;
  text-decoration: none;
}
.button--secondary {
  font-size: 1.6rem;
  background-color: var(--color-primary);
  color: #222;
  padding: 8px 2rem;
}
.button--tertiary {
  font-size: 1.5rem;
  width: 100%;
  background-color: var(--color-primary);
  color: #222;
  border-radius: 3px;
  padding: 3px 0;
  text-decoration: none;
}
.button--tertiary:hover {
  color: #000;
}
.button--light {
  font-size: 13px;
  border: 1px solid #e9e9e9;
  color: gray;
  padding: 0.5rem 1.2rem;
  border-radius: 3px;
}
.button--light:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #222;
}

.charge-calculator {
  max-width: 105rem;
  border: 2px solid var(--color-primary);
  padding: 4rem;
  margin: auto;
  background-color: var(--color-white);
  box-shadow: 0 0 1rem #00000033;
}

.calculate-result {
  font-size: 2.4rem;
  text-align: center;
  padding: 0.6rem 0;
  background: var(--color-primary);
  font-weight: 700;
}

.theme-input {
  position: relative;
}
.theme-input__input {
  height: 4rem;
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  border: 0;
  background: #f1f1f1;
  padding: 6px 1.5rem;
}
.theme-input__input::placeholder {
  color: transparent;
}
.theme-input__input:placeholder-shown + .theme-input__label {
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.theme-input__input:focus + .theme-input__label {
  color: #919191;
  transform: translateY(calc(-100% - 12px));
  background: #fff;
  font-size: 11px;
}
.theme-input__textarea .theme-input__label {
  top: 1.9rem;
  left: 1.5rem;
}
.theme-input__textarea .theme-input__input {
  height: auto;
}
.theme-input__label {
  font-size: 11px;
  position: absolute;
  color: #adadad;
  top: 50%;
  left: 15px;
  transform: translateY(calc(-100% - 12px));
  pointer-events: none;
  line-height: 87%;
  transition: 0.2s;
}

.breadcrumb-item {
  font-size: 1.4rem;
  color: #777777;
}
.breadcrumb-item a {
  color: #777777;
  text-decoration: none;
}
.sidebar-list__item {
  margin: 4px 0;
}
.sidebar-list__link {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}
.sidebar-list__link--number {
  float: right;
}
.sidebar-list__link:hover {
  color: #797979;
}

.blog__meta {
  padding: 20px 0;
}
.blog__category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog__title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #484848;
}
.blog__title a {
  text-decoration: none;
}
.blog__createdAt {
  font-size: 13px;
  color: gray;
}
.blog__desc {
  color: gray;
}
.blog-nav {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.blog-nav__item {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.comment {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.comment__user-image {
  width: 60px;
  height: 60px;
}
.comment__user-image img {
  border-radius: 50%;
}
.comment__meta {
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.comment__user-name {
  margin-right: 0.8rem;
  color: #333;
  text-decoration: none;
}
.comment__text {
  color: gray;
  max-width: 50rem;
}

.notice-board {
  background: #fcd4083b;
  font-size: 2rem;
  padding-bottom: 3rem;
}
.notice-board__item {
  max-width: 400px;
  margin: auto;
}
.notice__list li {
  display: flex;
}
.notice__list li::before {
  content: "*";
  margin-right: 1rem;
}

.testimonial-slider-arrows {
  display: flex;
}
.testimonial-slider-arrows i {
  background: #7c540a;
}
.testimonial-slider::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 3rem;
  position: absolute;
  top: -1rem;
  right: 100%;
  color: var(--color-primary);
}

.testimonial {
  color: #fff;
  position: relative;
  padding: 8px;
}
.testimonial__text {
  font-size: 2rem;
  max-width: 50rem;
}
.testimonial__author {
  text-align: end;
  color: var(--color-primary);
}
.testimonial__author--info {
  font-size: 2.5rem;
}
.testimonial__author--name {
  font-size: 2rem;
}

@media screen and (min-width: 460px) {
  .search-box {
    display: flex;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 62.5%;
  }

  .track-parcel__input {
    width: calc(100% - 20rem);
  }
  .track-parcel__submitter {
    width: 20rem;
  }
}
@media (min-width: 768px) {
  .banner-slider-arrows {
    display: flex;
  }

  .footer-list {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 56rem;
  }
}

/*# sourceMappingURL=style.css.map */
