@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

  /* font-family: "Onest",sans-serif; */
  /* font-family: "DM Serif Display", serif; */



html,body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Onest",sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "DM Serif Display", serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

a {
    text-decoration: none;
    color: #000;
    
}
    

ul {
    list-style: none;
    
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* header */
.header-main {
    padding: 20px 0;
}

.hero {
    background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
    height: 650px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: -120px;
}


.main-cols-hero .welcome-text {
    background: #FFD700;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    font-family: 'Onest';
    padding: 8px 20px;
    border-radius: 100px;
}

.hero-text-main {
    font-weight: 400;
    font-size: 54px;
    margin-bottom: 20px;
}

.button-stores {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.button-stores a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
    background: #434343;
    padding: 11px 20px;
    height: 35px;
    border-radius: 10px;
    font-size: 20px;
}

.button-stores a img {
    height: 25px;
    width: 25px;
    object-fit: scale-down;
}

.button-stores a:first-child {
    background: #FFFFFF;
    color: #000;
    box-shadow: 0px 10px 30px 0px #D2D6E173;
}


.second-section{
    background: #1c1c1c;
    padding: 150px 0;
    color: #fff;
    position: relative;
}
.second-section::before {
    content: "";
    position: absolute;
    top: 0;
    background: url(../images/dots-area.png) no-repeat center center;
    left: 0;
    bottom: 0;
    width: 100px;
}

.second-section::after {
    position: absolute;
    content: '';
    background: #9166F0;
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    border-radius: 100%;
    filter: blur(240px);
    z-index: 1;
}

.second-section .inner-cols-main {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.comman-heading {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
}

.second-section .inner-cols-main .left-side-area p {
    width: 85%;
}

.second-section .container{
    position: relative;
    z-index: 9;
}

.second-section .inner-cols-main .right-side-area {
    position: relative;
    z-index: 9;
}

.second-section .inner-cols-main .right-side-area:before {
    position: absolute;
    content: '';
    background: #FFD700;
    width: 82px;
    height: 82px;
    top: auto;
    bottom: -40px;
    left: -40px;
    border-radius: 100%;
    filter: blur(100px);
    z-index: -1;
}


.third-section {
    background: #000 url(../images/key-feature.png) no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    position: relative;
}

.third-section .comman-heading  {
    text-align: center;
} 
    

.col-item {
    background: radial-gradient(22.79% 31.27% at 88.87% 93.5%, #2E2E2E 0%, #1C1C1C 100%);
    border-radius: 20px;
    padding: 20px 25px;
    text-align: center;
}

.card-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-item p {
    font-size: 18px;
    color: #ABABAB;
    font-weight: 300;
}

.grid-cols-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}


.fourth-section {
    background: #1c1c1c;
    padding: 120px 0;
    color: #fff;
}    

.fourth-section .header-box {
    margin-bottom: 50px;
    text-align: center;
}

.second-groups-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    position: relative;
}

.second-groups-cols .grid-cols-main-new img{
    width: 100%;
}

.second-groups-cols .grid-cols-main-new {
    position: relative;
}

.second-groups-cols .grid-cols-main-new .box-area {
    background: #000000;
    position: absolute;
    bottom: -30px;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
}

.second-groups-cols .grid-cols-main-new .box-area .title-boxed {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

section.fifth-section {
    background: #000 url(../images/Color.png) no-repeat center center;
    padding-top: 90px;
    background-size: cover;
}

section.fifth-section .inner-fifth-sections {
    display: flex;
    align-items: center;
    column-gap: 100px;
}

section.fifth-section .right-side-box img {
    width: 100%;
    margin-bottom: -5px;
}

.download-text {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

section.fifth-section .button-stores a:first-child {
    background: #FFD700;
    box-shadow: none;
}
.text-center {
    text-align: center;
}

.color-white{
    color: #fff;
}

footer.footer-section-main {
    background: #1c1c1c url(../images/footer-img.png) no-repeat center center;
    padding: 100px 0px;
    background-size: cover;
}


footer.footer-section-main .inner-footer-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    text-align: center;
    margin-top: 60px;
}

footer.footer-section-main .inner-footer-grids .footer-col-items .img-box {
    margin-bottom: 20px;
}


@media (max-width:1250px) {
    .container{
        max-width: 90%;
    }
}

@media (max-width:1100px) {
    .second-section .inner-cols-main .left-side-area p {
        width: 100%;
    }
    .second-section{
        padding: 60px 0px;
    }
    .second-section .inner-cols-main {
        flex-direction: column;
        row-gap: 70px;
    }
    .second-section .inner-cols-main .right-side-area img{
        width: 100%;
    }
    .second-section .inner-cols-main .right-side-area {
        position: relative;
        z-index: 9;
        width: 100%;
    }
    .second-section::before{
        display: none;
    }
    .grid-cols-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .second-groups-cols {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        position: relative;
        row-gap: 70px;
    }
    .second-groups-cols .grid-cols-main-new .box-area {
        width: 90%;
    }
    section.fifth-section .inner-fifth-sections {
        display: flex;
        align-items: center;
        column-gap: 60px;
    }
    section.fifth-section .right-side-box img {
        width: 100%;
        margin-bottom: -5px;
    }
}
    


@media (max-width:991px) {
    .hero-text-main {
        font-weight: 400;
        font-size: 40px;
        margin-bottom: 20px;
    }
    section.fifth-section .inner-fifth-sections {
        display: flex;
        align-items: center;
        column-gap: 60px;
        flex-direction: column;
        row-gap: 50px;
    }
    footer.footer-section-main {
        background: #1c1c1c url(../images/footer-img.png) no-repeat center center;
        padding: 50px 0px;
        background-size: cover;
    }
}

@media (max-width:767px) {    
    br{
        display: none;
    }
    .hero-text-main {
        font-weight: 400;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .button-stores a {
        padding: 11px 20px;
        height: 26px;
        border-radius: 10px;
        font-size: 14px;
    }
    .hero{
        height: 450px;
    }
    .main-cols-hero .welcome-text {
        background: #FFD700;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        font-weight: 400;
        font-family: 'Onest';
        padding: 8px 20px;
        border-radius: 100px;
    }
    .comman-heading {
        font-size: 28px;
        margin-bottom: 20px;
        color: #fff;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .second-section{
        padding: 40px 0px;
    }
    .second-section .inner-cols-main {
        row-gap: 30px;
    }
    .third-section{
        padding: 50px 0px;
    }
    .grid-cols-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .card-title {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .col-item p {
        font-size: 14px;
        color: #ABABAB;
        font-weight: 300;
    }
    .second-groups-cols .grid-cols-main-new .box-area .title-boxed {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .second-groups-cols .grid-cols-main-new .box-area {
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        bottom: 0;
        margin-top: -3px;
    }
    .second-groups-cols {                  
        row-gap: 30px;
    }
    .fourth-section {
        background: #1c1c1c;
        padding: 50px 0;
        color: #fff;
    }
    .download-text{
        font-size: 18px;
    }
    footer.footer-section-main .inner-footer-grids{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        margin-top: 30px;
    }
}