body{padding: 0;margin: 0;}
.header{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3052f;
    z-index: 100;
    padding: 25px;
    transition: top 0.4s ease-in-out;}
.header-block p{    color: #fff;
    text-align: center;
    font-size: 30px;margin: 0;
    font-weight: 400;font-family: "Montserrat", sans-serif} 
.header-block p span{font-weight: 700}
.bg-dark-header{position: relative;
    z-index: 1;
    overflow-x: hidden;background: #000000}
.header-backdrop-left {
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: -99;
    width: 40%;
    opacity: 0.6;
}
.header-backdrop-right {
    position: absolute;
    bottom: 0;
    right: -10%;
    z-index: -99;
    width: 40%;
    opacity: 0.6;
}
.header-banner-image img{width: 100%}
.header-banner{padding-top: 3.6rem;
    display: flex;
    align-items: center;
    min-height: 600px;}
 .header-banner-content{flex: 1;
    margin-top: 5rem;
    margin-left: 2rem;
    padding: 0 2rem;}              
.header-banner-content p{    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 30px;
    padding-right: 1rem;color: #fff}
  .header-banner-content > span {
    font-size: 14.5px;
    color: white;
    margin-left: 10px;
} 
.header-banner-content .header-button-container {
    position: relative;
    display: inline-block;
}
.btn {
    text-decoration: none;
    outline: none;
    border: none;
    display: inline-block;
    background: #f3052f;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 2.1rem;
    border-radius: 0.6rem;
}
.btn-lg {
    font-size: 1.2rem;
    padding: 1rem 4rem;
}
.header-banner-content .header-button-container .btn-lg {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}
.header-banner-content .header-button-container .dice-illustration {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 5.5rem;
    height: 5.5rem;
    filter: drop-shadow(-35px 34px 17px rgba(0, 0, 0, 0.33));
}
.content{width: 100%;background-color: #191919;padding: 5rem 0}
.content-image img{width: 100%}
.content-content p{font-size: 16px;
    color: white;
    font-weight: 400;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202020;
    margin-left: 20px;
    border-radius: 20px;
    line-height: 1.5;
    box-shadow: 5px 12px 11px rgb(0 0 0 / 25%);font-family: "Montserrat", sans-serif;}
.content-content {
    margin-top: 51px;
}
.features{width: 100%;background-color: #191919;padding: 5rem 0}
.features-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    position: relative;font-family: "Montserrat", sans-serif;
} 
.features-heading:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 5px;
    border-radius: 5px;
    background: #fff;
} 
.features-cards{width: 85%;margin: 0 auto;margin-top: 4rem}
.feature-card{    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1rem 0.5rem;}
    .card-base {
    border-radius: 1rem;
    background: #202020;
    box-shadow: 5px 12px 11px rgb(0 0 0 / 25%);
}
.feature-card img {
    width: 50%;
    height: auto;
    display: block;
    margin-top: 1.4rem;
}
.feature-card h4 {
    margin-top: 0.8rem;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;font-family: "Montserrat", sans-serif;
}
.fet {
    margin-bottom: 20px;
}
.install{width: 100%;background-color: #191919;padding: 5rem 0} 
.install-instruct-card img {
    width: 100%;
}
.install-instruct-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 2rem;
}
.install-instruct-card .card-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-top: -6rem;
    margin-bottom: 2rem;
    font-size: 45px;
    border-radius: 5rem;
    box-shadow: 0px 0px 43px -6px rgb(243 5 47 / 31%);font-family: "Montserrat", sans-serif;
}
.install-instruct-card .card-num p {
    color: #fff;
} 
.install-instruct-cards {
    padding-top: 100px;
}
.install-instruct-card .card-text {
    flex: 1;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;font-family: "Montserrat", sans-serif;
}
.winner{width: 100%;background-color: #191919;padding: 5rem 0}
.shadow-green {
    box-shadow: 0px 8px 36px 1px rgb(34 245 0 / 22%);
}
.winners-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 26rem;
    margin: 2rem 0;
    padding: 2rem 2rem 0;
    border-radius: 1.8rem;
}
.winners-card-img {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    border: 0.15rem solid #fff;
}
.winners-card-img img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.winners-card-info {
    margin-top: 0.8rem;
    text-align: center;
}
.winners-card-content {
    color: #fff;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
}
.winners-card-info .name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.winners-card-info .prize {
    background: #fff;
    color: #f3052f;
    font-size:15px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 2rem;
}
.winners-card-content p {
    text-align: center;
    font-size: 16px;
}
.shadow-red {
    box-shadow: 0px 8px 36px 1px rgb(245 74 0 / 22%);
}
.shadow-yellow {
    box-shadow: 0px 8px 36px 1px rgb(245 236 0 / 22%);
}
.winner-block-slide {
    padding-top: 46px;
}
.partner{width: 100%;background-color: #191919;padding: 5rem 0} 
.partners-card img {
    width: 100%;
}
.partners-card p {
    color: #fff;
    padding: 8px;
    font-size: 20px;text-align: center;
}    
.partners-card {
    width: 50%;
    margin: 0 auto;
    text-align: center;padding-bottom: 20px;
}
.partner-block-images {
    padding-top: 55px;
}
.disclaimer{width: 100%;background-color: #191919;padding: 5rem 0}
.disclaimer-block h5{font-size: 20px;font-weight: 400;margin-bottom: 0.8rem;color: #ffffff;text-align: center;}
.disclaimer-block p{font-size: 16px;font-weight: 400;margin-bottom: 0.8rem;color: #ffffff;text-align: center;}
.footer{display: flex;
    align-items: center;
    background: #000;
    padding: 0.5rem 2rem;
    border-top: 0.25rem solid #f3052f;}
.footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;padding-top: 13px;
}
.footer-icons {
    display: flex;
    align-items: center;
}
.footer-icons ul{margin: 0;padding: 0;list-style: none;}
.footer-icons ul li{display: inline-block;}
.footer-icons ul li a{display: block;width: 3rem} 
.footer-icons ul li a img{width: 100%}
.header-text {
    display: none;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1.6rem;
}
.text-secondary {
    color: #f3052f;
}
.download-popup {
    position: sticky;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 101;
    display: none;
}
.download-popup .popup {
    margin: 0;
    height: 9rem;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    box-shadow: 0px -5px 19px rgb(243 5 47 / 27%);
    background: #202020;
}
.download-popup .popup p {
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.2rem;
}
.download-popup .popup .btn-lg {
    font-size: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.download-popup .popup {
    margin: 0;
    height: 9rem;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    box-shadow: 0px -5px 19px rgb(243 5 47 / 27%);
    background: #202020;
}
.install-instruct-cards-slide{display:none}
.footer-menu-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-block ul li {
    display: inline-block;
}
.footer-menu {
    width: 100%;
    background-color: #000;display:block;
}
.footer-menu-block ul li a {
    display: block;
    padding: 13px;
    color: #fff;
}
.footer-menu-block {
    text-align: center;
}
.about-header {
    width: 100%;
    background: rgba(28, 28, 28, 0.5);
    padding: 15px 30px;
    position: fixed;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-header-content {
    padding-top: 106px;
    /* padding: 0 40px; */
    color: white;padding-bottom:40px;
    background-color: #191919;}
.features-heading-about {
    font-weight: 500;
    font-size: 42px;
    line-height: 59px;
    text-align: center;
    position: relative;
    margin: 0px auto 50px;
}
.features-heading-about:after{content: "";
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 5px;
    border-radius: 5px;
    background: #EB1C24}
.about-header-content-page p{font-family: Montserrat, sans-serif;font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;color:#fff}
.about-header-content-page p a{color:#EB1C24;text-decoration:none}
h2.sub_heading {
    font-size: 24px;
    padding-bottom: 20px;
}
