html{
  font-family: "Inter", sans-serif;
}
nav{
  padding: 8px 0;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
nav a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.payment_title {
  font-style: normal;
  font-weight: bold;
  font-size: 33.5143px;
  line-height: 47px;
  /* identical to box height, or 139% */
  text-align: center;
  color: #ed1c24;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.payment_title img {
  display: inline-block;
  margin-right: 5px;
}
.payment_title:hover {
  opacity: 0.7;
}
#landing{
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./images/bg-pattern2.png');
  background-size: contain;
  background-repeat: repeat;
  
}
#bg-image{
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
#landing h1{
  font-size: 42px;
  font-weight: 800;
}
#landing p{
  font-size: 18px;
  margin:25px 0;
}
#landing p span{
  font-weight: 700;
  color:#ed1c24;
}

.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #ef1c24;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #e83434;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #e83434;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.dh-go{
  height: 128px; 
}
.yt-button{
  height: 64px;
}
.fixture-header p{
  font-weight: 600;
}
.footer-logo img{
  height: 64px;
}
.card-header{
  background: linear-gradient(103.52deg,#e3193e 1.33%,#c20c5d);
  color:#fff;
  padding: 30px;
}
.card-header p{
  margin-top: 25px;
}
.card-body ul{
  list-style: none;
  text-align: start;
  padding-left: 0;
  min-height: 140px;
}
.card-bottom{
  text-align: start;
  
}
.card-bottom p{
  font-size: 18px;
}
.card-body ul li i{
  color: rgb(14, 193, 14);
  line-height: 1.8;
  margin-right:15px;
}
.with-free-router{
  position: absolute;
  bottom:2%;
  right:2%;
  width: 150px;
  height: auto;
}
.package-name{
  font-size: 48px;
  font-weight: 900;
  margin:40px 0;
}
.package-name span{
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.package-name span small{
  font-size: 14px;
}
#section-packages{
  padding: 40px 0;
}
#whyus{
  background-color: #f5f5f5;
  padding-bottom: 40px;
}
.card h4{
  font-size: 20px;
}
.custom-head{
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.custom-head img{
  height: 128px;
}
#final-section{
  text-align: center;
  padding-top: 80px;
}
#final-section h2{
  line-height: 1;
  font-size: 48px;
  color:#e83434;
  font-weight: 800;
}
#final-section h2 span{
  display: block;
  font-weight: 500;
  color:#131313;
  font-size: 32px;
  margin:25px 0 15px 0;
}
a{
  text-decoration: none;
  color: #ed1c24;
}
#final-section h4{
  font-family: sans-serif;
  font-size: 28px;
  margin:25px 0;
}
.custom-footer {
  background-color: #f8f8f8;
}
.video-wrapper{
  height: 500px;
}
.video-wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width:600px){
  nav .button-5{
    font-size: 12px;
    padding:5px 7px;
  }
  
  #final-section .col-sm-6{
    margin-bottom: 20px;
  }
  .footer-logo img{
    height: 64px;
  }
  #landing{
    height: auto;
    flex-direction: column;
    text-align: center;
    margin-top: 70px;
  }
  #bg-image{
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
  #landing h1{
    font-size: 28px;
    margin-top:30px;
  }
  .footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .with-free-router{
    bottom:-15px;
  }
  #final-section h2{
    font-size: 36px;
  }
  #final-section h2 span{
    font-size: 24px;
  }
  .package-name{
    font-size: 36px;
  }
  .custom-footer ul li img{
    height: 32px !important;;
  }
  .video-wrapper{
    height: auto;
  }
  .video-wrapper video{
    width: auto;
    max-width: 100%;
    transform: scale(1.5);
  }
}