.intro {
    position: relative;
    z-index: 0;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media (min-width: 992px)
{
.intro-bg-image {
    opacity: 1;
}
}

.bg-secondary {
    background-color: #f7e5c6 !important;
}
.intro-inner {
    position: relative;
    z-index: 3;
}

.bg-default {
    background-color: #fff;
}
.section-sm, .section-md, .section-lg, .section-xl, .section-xxl {
    padding: 97px 0;
}
.row-30 {
    margin-bottom: -30px;
}
.row-30 > * {
    margin-bottom: 30px;
}
h3, .h3 {
    font-size: 36px;
    line-height: 1.1;
}

.fontt{
    font-family: 'Gaegu';
}

.title-1 {
    font-weight: 700;
    color: #c33134;
}
img {
    height: auto;
    max-width: 100%;
}
.foot {
    min-height: 37vh;
}

#bot-dark {
    background: url(https://xmascardbot.com/website/images/XmasBotBeardDark3.png) no-repeat center 50px;
    background-size: 60vh 60vh;
}

#container{
    width: 50%;
    height: 600px;
  
    border-radius: 5px;
  
  }
  
  #inner_container{
    width: 100%;
    height: 80%;
  
    box-shadow: 0px 0px 36px -22px #2B2D42;
    float: left;
    margin-bottom: 33px;
  
  }
  
  img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  
  }
  
  #button_container{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  button{
    width: 25%;
    height: 90%;
  
    font-size: 20px;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
  
    border-radius: 5px;
    background-color: #EF233C;
  }
  
  button:hover{
    transition: 0.05s;
    background-color: #D90429;
    transform: rotateZ(-10deg);
    box-shadow: 0 0 30px -10px #D90429;
  }
  
  button:active{
    transform: translateY(20px);
    transform: rotateZ(10deg);
  
  }

  .text-primary {
    color: #c33134 !important;
}