*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #2C3E50;
    font-family: 'Nunito', sans-serif;
    color: #A9B1B9;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
b, strong{
    font-weight:bold;
}
.navbar{
    background-color: #34495E;
}
.text-elite{
    color: #F38844;
}
.btp_pages{
    background: #293948;
}
.btp_features{
    background: #2C3E50;
}
.btp_plugins{
    background: #2F4153;
}
.bg-blue{
    background: #4A5C9D;
}
.bg-green{
    background: #95B233;
}
.bg-red{
    background: #DE4150;
}
header{
    position: relative;
    overflow: hidden;
}
header::after{
    content: '';
    width: 120rem;
    height: 67.5rem;
    border-radius: 1000px;
    background: #DC3545;
    transform: rotate(-47deg);
    position: absolute;
    z-index: -1;
    bottom: calc(100% - 400px);
    left: calc(100% - 1130px);
}
@media (max-width: 1599px){
    header::after{
        content: '';
        bottom: calc(100% - 280px);
        left: calc(100% - 840px);
    }
}
.btp_header{
    padding-left: 6.25rem;
    grid-template-columns: 570px 1fr;
}
.d-grid{
    display: grid;
}
.btp_demo__content{
    padding-left: 8px;
    padding-right: 8px; 
    grid-template-columns: repeat( auto-fit, minmax(28rem, auto));
    grid-gap: 3rem 0.5rem;
}
.media_icon{
    width: 4.375rem;
    height: auto;
    background: #DE4150;
    border-radius: 1.5625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btp_elite{
    background: url("../images/elite-bg.webp");
    background-size: cover;
    background-position: center center;
    padding-bottom: 15rem;
    margin-bottom: 15rem;
    position: relative;
}
.btp_elite::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.btp_cards{
    grid-template-columns: repeat( auto-fit, minmax(320px, 1fr) );
    grid-gap: 0;
    margin-right: -15px;
    margin-left: -15px;
}
.btp_cards .media_icon{
    background: rgba(0, 0, 0, 0.25);
}

.btp_elite_document{
    max-width: 1140px;
    margin: 0 auto;
    position: absolute;
    top: calc(100% - 150px);
}
.footer_mini{
    background-color: #34495E;
}
.footer_mini_icon a{
    width: 32px;
    height: 29px;
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.2s ease-in-out;
}
.footer_mini_icon a:hover{
    background: rgba(255, 255, 255, 0.5);
}
.footer_mini_icon a:hover svg g > g{
    fill: #2C3E50 !important;
}
.back-to-top{
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    opacity: 0;
    visibility: hidden;
}
.back-to-top.active{
    opacity: 1;
    visibility: visible;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btp_header{
        padding-left: 1rem;
        padding-right: 1rem;
        grid-template-columns: 1fr;
    }
    .btp_header__text{
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }
    .btp_plugins .media img{
        max-width: 70px;
    }
    .btp_elite{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .btp_elite_document{
        position: static;
        margin-top: 1rem;
    }
    .footer_mini_icon{
        text-align: center;
    }
    .footer_mini_text{
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .footer_mini_icon{
        text-align: center !important;
    }
    header::after {
        bottom: calc(100% - 150px);
        left: calc(100% - 300px);
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .btp_header{
        padding-left: 1rem;
        padding-right: 1rem;
        grid-template-columns: 1fr;
    }
    .btp_demo__content{
        grid-template-columns: 1fr 1fr;
    }
    .btp_elite{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .btp_elite_document{
        position: static;
        margin-top: 1rem;
    }
    .footer_mini_text{
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .footer_mini_icon{
        text-align: center !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .btp_header{
        padding-left: 1rem;
        padding-right: 1rem;
        grid-template-columns: 1fr;
    }
    header::after {
        content: '';
        bottom: calc(100% - 140px);
        left: calc(100% - 510px);
    }
    .btp_demo__content{
        grid-template-columns: 1fr 1fr;
    }
    .btp_elite{
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
    .btp_elite_document{
        position: static;
        margin-top: 1rem;
    }
    .footer_mini_text{
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .footer_mini_icon{
        text-align: center !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .btp_header{
        grid-template-columns: 1fr 1fr;
        padding-left: 2rem;
    }
    .btp_demo__content{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}