* {
  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: translateY(0px);
  transition: all ease-in-out 0.5s;
}

.dobtn a:hover {
  color: #f8e266;
  transform: translateY(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 */

/* 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 */

/* After Carausel Start */
.afcaCard{
  color: #fff;
  border-radius: 1rem;
  background-color: red;
  transition: all linear 0.5s;
}

.afcaCard:hover{
  background-color: rgb(249, 62, 62);
}

.afcaCardInner h1{
  width: 10%;
  transform: translateX(0%);
  transition: all linear 0.7s;
}

.afcaCardInner:hover h1{
  transform: translateX(235px);
}

.afcaCardInner h2{
  font-style: italic;
  font-weight: 700;
}

.afcaCardInner p{
  text-align: center;
  font-weight: 800;
}

.card1{
  background-color: #f8e266;
}

.card1:hover{
  background-color: #fae156;
}

.card2{
  background-color: #2c2c2c;
}

.card2:hover{
  background-color: #545353;
}
/* After Carausel End */

/* info Start */
.info-header{
  color: #f8e266;
  padding: 1rem;
  background-color: red;
}

.info-header h1{
 font-style: italic;
  padding: 0.5rem 0rem;
  color: #f8e266;
  position: relative;
  font-weight: bolder;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-header h1:after{
  content: "";
  position: absolute;
  margin: 0.5rem 0rem;
  background-color: #fff;
  width: 28%;
  height: 5%;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
}

.info-header h1:hover::after{
  transform: scaleX(1);
}

.info-left img{
  width: 100%;
}

.info-right{
  border-radius: 1.5rem;
  box-shadow: 2px 4px 6px #2c2c2c;
}

.info-right,.info2-right p{
  font-size: 1.3rem;
  color: gray;
}
/* info End */

/* About Page Card Start */
.about-card {
  user-select: none;
}

.about-card h1 {
  text-align: center;
  color: red;
  font-size: 4.5rem;
}

.about-card h3 {
  text-align: center;
  font-weight: bold;
}

.about-card h5 {
  text-align: center;
  color: gray;
}

.about-card {
  transition: 0.5s all ease-in-out;
}

.about-card:hover h1 {
  color: rgb(249, 62, 62);
}

.about-card:hover {
  background-color: #2c2c2c;
  color: #fff;
}
/* About Page Card End */

/* Founder Card Start */
.founder-image img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.founder-detail h1 {
  color: red;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.founder-detail a {
  color: #fff;
  background-color: red;
  text-align: center;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0.5rem;
  transition: 0.5s all ease-in-out;
}

.founder-detail u {
  text-decoration: underline red;
  font-weight: bold;
}

.founder-detail a:hover {
  color: #fff;
  background-color: rgb(120, 65, 65);
}
/* Founder Card 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 */
