.home_red {height: 94vh;}
.main_footer {height: 5vh; border-top: 1px solid #d7d7d7; margin-top: 1vh;}
.left-red-box{position: relative;}
.row.customrow {margin: 0px;}

.right-red-box{
    background: #a3243d;
    height: 94vh;
    border-bottom-left-radius: 13px;
}

.innerbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.magic_heading {
  font-family: "Playfair Display", serif;
  font-size: 5vw;
}

.magic_heading2 {
  font-family: "Playfair Display", serif;
  font-size: 4vw;
  color: #fff;
  text-shadow: 1px 1px 1px #0000007a;
}

.magic_subheading {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}


.underline--magical {
  background-image: linear-gradient(132deg, #ff00321c 0%, #a3243d94 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.15em;
  background-position: 4px 88%;
  transition: 0.75s ease-in;
  padding: 1%;
}

.underline--magical:hover {
  background-size: 100% 100%;
  border-radius: 13px;
  background-position: 0px 100%;
  background: #a3243d;
  color: #fff;
}


/* Right Panel */

.home_button_box {
    display: grid;
}

.m-button2 {
    background: #fff !important;
    color: #a3243d !important;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.19);
    border-bottom: 1px inset #808080;
    transition: 0.5s ease-in;
}

.m-button3 {
    border: 1px solid #fff !important;
    color: #fff !important;
    transition: 0.5s ease-in;
}

.m-button3:hover,
.m-button2:hover {
    box-shadow: 0 0 0 0.2rem rgb(219 0 43 / 50%);
}
