@import url("https://fonts.googleapis.com/css2?family=Mukta&display=swap");

html,
body {
  font-family: "mukta", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.logo {
  width: 75px;
  margin-right: 10px;
}
#lang {
  margin-left: 8px;
  background-color: #f0f9ff;
  border: none;
}

.navbar-collapse {
  justify-content: flex-end;
}
.navbar-brand {
  font-size: 2rem;
}
.nav-link {
  color: #000 !important;
}
.dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .carousel-inner {
    height: 70vh;
} */
.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
}

.cool-link:hover {
  transform: scale(1.2);
}
.alignment {
  text-align: justify;
  margin: 20px 0px;
}
#journimg {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #0d6efd, #071766);
  transition: width 0.3s;
}
.link-danger {
  cursor: pointer;
}
.btn-login {
  margin-left: 2vw;
  transition: all 0.3s;
  padding: 10px;
}
.btn-login:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 15px #0b5ed773;
}

.cool-link:hover::after {
  width: 100%;
  transition: width 0.4s;
}
.card-title {
  color: #01579b;
}
#border-bottom {
  border-bottom: 3px solid #afafaf !important;
}

/* blinking text */
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/* blinking text end*/

/* image-slider start*/

/* image-slider end*/

/*
   * Custom translucent site header
   */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

.unions .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.card {
  transition: all 0.4s;
}
.union-card {
  height: 110px;
  padding: 5px;
}
.union-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-doc-header {
  padding: 0.5rem 1rem;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0;
  background-color: #244d7b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card:hover {
  box-shadow: 5px 5px 15px#c4c4c4;
  transform: translate(-5px, -5px);
}
.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
.card-title {
  font-size: 1.1vw;
}
.footer {
  width: 100%;
  bottom: 0;
  background-color: #efefefcf;
}

#address-section {
  background-color: #4a4a4a;
}

.unions {
  margin-top: 10px;
  background-color: #fff;
}
.updates {
  background-color: #f8f7ff;
}
#message img {
  transform: scaleX(-1);
}

/* unions card style start */

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  transition: transform 0.25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 0.5rem;
}
.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* unions card style end */

/* main news page style start */
.main-new-img {
  width: 55vw;
  height: 400px;
  background-color: red;
  background-image: url(../assets/images/main-news-img-1.jpg);
  background-size: cover;
}
/* main news page style end */

/* member login page style */
.member-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.member-card .card-img-top {
  height: 100%;
  border-radius: 10px;
  padding: 25%;
}
.member-card .card-title {
  font-size: 1.5em;
}
.member-card .card-body {
  padding-top: 0;
}

/* member login page style */

/* union page style start  */

.hero {
  height: 60vh;
  background-image: url("../assets/images/1.png"),
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-blend-mode: overlay;
  background-size: cover;
}
.doc-nav {
  height: 120px;
  background: #ada996; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #eaeaea,
    #dbdbdb,
    #f2f2f2,
    #ada996
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #eaeaeacf,
    #dbdbdbc2,
    #f2f2f2b5,
    #ada996bf
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.doc-tab {
  cursor: pointer;
}
.doc-tab:first-child {
  border-right: 2px solid #2e2e2e;
}
.doc-tab h3 {
  letter-spacing: 3px;
  font-weight: 600;
  color: #2e2e2e;
  transition: transform 0.3s ease-in-out;
}

.doc-tab h3:hover {
  transform: scale(1.05);
  border-bottom: 2px solid #2e2e2e;
}

.main-heading {
  background-color: #0d6efd;
  padding: 30px 0;
  position: relative;
  top: 30vh;
}
.about-union {
  margin-top: 10vh;
  height: 240px;
}
.bg-primary-m {
  background-color: #244d7b;
}

.fw-lighter {
  letter-spacing: 1px;
}

#message h3 {
  text-align: right;
}
/* union page style end  */

/*
   * Extra utilities
   */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }

}
@media only screen and (max-width: 600px) {

  .modalContact{
    padding-right: 0px;
  }
  .main-new-img {
    width: 80vw;
    height: 25vh;
  }
  .booking {
    display: flex;
    flex-direction: column-reverse;
  }
  .modal {
    height: 90%;
  }
  .doc-nav {
    height: 70px;
  }

  .member-footer {
    position: relative;
  }

  #related-news ul {
    text-align: center;
  }
  .card-title {
    font-size: 1.3em;
  }
  #message h3 {
    text-align: center;
  }
  .msg-img {
    text-align: center;
  }
  .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    .pagination-2 {
    flex-direction: column;
    justify-content: center;
  }
  .pagination{
    justify-content: center;
  }
  .pagination h6 {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
