@font-face {
    font-family: outfit;
    src: url(./font/OutfitRegular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "outfit", sans-serif !important;
}

body {
    font-family: "outfit", sans-serif !important;
}

section {
    margin: 60px auto;
}

.hero-section {
    background-image: url(./assets/images/1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 120vh;
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.title-con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.title-con h2 {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.title-con h2 span {
    color: #EB5B2B;
}

.title-con p {
    color: #fff;
    text-align: center;
    width: 50%;
}

.sec-title {
    color: #EB5B2B;
    font-size: 30px;
    font-weight: 600;

}

.sec-p {
    color: #1A1A1AC7;
}

.sec-bot {
    color: #1A1A1AC7;
}

.secondart-titl {
    font-weight: 600;
}

.t-titl {
    color: #303C6F;
    font-weight: 600;
}

.list-main {
    padding: 0;
    margin: 0;
    /* list-style: none; */
}

.list-main li {
    padding: 10px 0;
}

.list-main h5 {
    font-weight: 600;
    font-size: 18px;
}

.clor-text {
    color: #EB5B2B;
    font-size: 18px;
    font-weight: 600;
}

.clor-texts {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.list-hig span {
    font-weight: 600;
}

.list-hig {
    font-size: 16px;
}

.clr {
    color: #EB5B2B;
}

.img-s {
    margin-top: 50px;
}

.img-player {
    width: 70px;
}

.green {
    color: #00AF26;
}

.red {
    color: red;
}

.dout {
    background-image: url(./assets/images/dout.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%;
}

.m-img {
    padding: 40px;
    margin: 30px 0;
}

.mob {
    padding: 60px;
}

.mbx {
    padding: 40px;
}

.con-feed {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.t-box {
    position: relative;
    font-size: 26px;
}
.t-box img{
    position: absolute;
    top: -40px;
    left: -50px;
}
.m-boc {
    position: relative;
    height: 200px;
    width: 100%;
}

.s-feed {
    position: absolute;
    bottom: 0 !important;
    right: 0;
}

.s-feeds {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
}

.s-feedd {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
}

footer{
    background-image: url(./assets/images/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;  
}

@media screen and (max-width:678px) {
    .hero-section {
        height: 80vh;
    }

    .sec-bot{
        font-size: 18px;
    }
    .m-boc{
        display: none;
    }
    .t-box{
        font-size: 20px;
    }
    .t-box img{
        left: 10px;
        top: -30px;
        width: 20px;
    }
    footer{
        height: 50vh;
    }

    .sec-title{
        font-size: 24px;
    }

    .title-con h2 {
        font-size: 30px;
    }

    .title-con p {
        width: 100%;
    }

    .title-con{
        height: 80vh;
    }
    section {
        margin: 30px auto;
    }

    .dout {
        height: 30vh;
    }

    .m-img {
        padding: 5px;
        margin: 30px 0;
    }
    .img-logo{
        width: 80px !important;
    }
}