* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Poetson One", "Roboto", "Segoe UI", Tahoma, Verdana,
    sans-serif;
}

.mp-0 {
  margin: 0;
  padding: 0;
}

.dobtn a {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  font-style: italic;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: red;
  transform: translateX(0px);
  transition: all ease-in-out 0.5s;
}

.dobtn a:hover {
  color: #f8e266;
  transform: translateX(4px);
  background-color: rgb(249, 62, 62);
}

.shadow-l {
  box-shadow: -8px 8px 4px gray;
}

.shadow-b {
  box-shadow: 2px 4px 10px gray;
}

.shadow-r {
  box-shadow: 8px 8px 4px gray;
}

.br-f a {
  border-radius: 1rem;
}

/* Text-Hovering Start */
.marque-section {
  color: #fff;
  background-color: #2c2c2c;
}
/* Text-Hovering End */

/* Header Start */
.nav-logo img {
  width: 35%;
}

.image-links-container {
  display: flex;
  align-items: center;
}

.nav-brands {
  margin-right: auto;
}

.navbs {
  display: flex;
  align-items: center;
}

.fstyle {
  font-weight: 700;
  font-style: italic;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: red;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.dropdown-menu li {
  position: relative;
  font-size: 1rem;
}

.dropdown a {
  font-size: 1rem;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  pointer-events: none;
}

.animation-D {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }

  40% {
    transform: scaleY(1.02);
  }

  60% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(1);
  }
}
/* Header End */

/* Hero Section Start */
.hero-section {
  width: 100%;
  height: 55vh;
  background-size: cover;
  background-position: 8%;
  background-repeat: no-repeat;
  background-image: url("../image/bdetail.jpg");
}

.heroS2{
  background-image: url('../image/tc.webp');
}

.heroS3{
  background-image: url('../image/td.jpg');
}

.hero-inner {
  width: 30%;
  height: 20vh;
  display: flex;
  user-select: none;
  align-items: center;
  border-radius: 1rem;
  justify-content: center;
  background-color: #fff;
}

.hero-inner h1{
  color: red;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
/* Hero Section End */

/* Modal Start */
.mmain{
  color: #fff;
  font-weight: 600;
  background-color: #2c2c2c;
}

.mheader h1{
  color: red;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  text-shadow: 1px 1px 4px red;
}

.mclose{
  background-color: #fff;
}

.mleft img{
  width: 100%;
  height: 30vh;
  border-radius: 1rem;
}

.mright h4{
  text-align: center;
}
/* Modal End */

/* Document Section Start */
.document-inner{
  color: red;
  display: flex;
  padding: 1.2rem;
  font-style: italic;
  border-radius: 1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f8e266;
}

.document-inner a{
  color: red;
  font-style: italic;
  font-weight: 800;
  font-size: 2rem;
  text-decoration: none;
}

.bg-bl{
  background-color: #2c2c2c;
}
/* Document Section End */

/*  Terms and Condition Start */
.tcBody{
  color: #fff;
  padding: 1.2rem;
  border-radius: 1rem;
  background-color: #2c2c2c;
  box-shadow: 2px 4px 5px black;
}

.tcBody u{
  color: #f8e266;
  font-weight: 800;
  font-size: 1.2rem;
}

.tcBody h2{
  color: red;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
/*  Terms and Condition End */

/* Bank Detail Card Start */
.bank-card img {
  width: 70%;
  height: 25vh;
  border: 2px solid #f8e266;
  border-radius: 2rem;
}

.bank-card h4 {
  text-align: center;
  font-weight: bold;
  color: gray;
  text-decoration: underline;
}

.bank-card h5 {
  text-align: center;
  font-weight: bold;
}

.bank-card span {
  color: red;
}

.bank-card a {
  color: #fff;
  background-color: red;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.4rem 0rem;
  transition: 0.5s all ease-in-out;
}

.bank-card a:hover {
  color: #fff;
  background-color: rgb(120, 65, 65);
}
/* Bank Detail Card End */

/* Bank Detail Start */
.account-detail-header h2 {
  padding: 1.5rem 0rem;
  color: #f8e266;
  position: relative;
  font-weight: bolder;
  text-decoration: none;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c2c2c;
}

.account-detail-header h2::after {
  content: "";
  position: absolute;
  margin: 1rem 0rem;
  background-color: red;
  width: 40%;
  height: 10%;
  bottom: 0;
  transform: scaleY(0);
  transition: all 0.5s ease-in-out;
}

.account-detail-header h2:hover::after {
  transform: scaleY(1);
  transform-origin: bottom left;
}

.account-detail-main {
  color: #000;
}

.account-detail h5 {
  padding: 0.5rem;
  border-right: 2px solid gray;
}

.account-detail-info h5 {
  color: #f8e266;
  font-weight: 700;
  font-style: italic;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  background-color: #2c2c2c;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.account-detail-info h5:hover {
  color: #fee972;
}

.account-detail-img img {
  width: 100%;
  height: 90vh;
  border-radius: 3rem;
}

@media screen and (max-width: 537px) {
  .account-detail h5 {
    padding: 0rem;
    font-size: medium;
    border-right: 2px solid gray;
  }

  .account-detail-info h5 {
    color: #f8e266;
    font-size: medium;
    font-weight: 500;
    font-style: italic;
    padding: 0rem;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
  }
}
/* Bank Detail End */

/* Footer Start */
footer a {
  color: #fff;
  text-decoration: none;
}

.f1 h5 {
  font-style: italic;
  font-size: 1.5rem;
}

.f1 li,a {
  transform: translateX(0px);
  font-size: 1.1rem;
  transition: transform linear 0.5s;
}

.f1 li:hover{
  transform: translateX(4px);
}

.f1 li:hover a{
  text-decoration: underline;
  font-weight: 600;
}

.f1 input{
  padding-left: 1rem;
}

.f1 button{
  color: #fff;
  font-weight: 700;
  background-color: #2c2c2c;
  transform: translateX(0px);
  box-shadow: 2px 4px 5px #000;
  transition: all ease-in-out 0.5s;
}

.f1 button:hover{
  transform: translateX(4px);
  box-shadow: -3px 4px 5px #000;
  background-color: #3a3939d5;
}
/* Footer End */
