header#main-header {
    height: 59px;
    background:#000000;
    align-content: center;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #000;
    color: white;
    padding: 10px 15px;
    border: none;
}
section#tnc {
    padding: 120px 20px 50px;
    background: #020d14;
}
section#tnc h1.tnc {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
section#tnc p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
section#about-main{
    height: 750px;
    padding: 50px 30px;
    align-content: center;
    background: url('../images/about-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#about-main h1 {
    font-size: 2.8vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
}
section#about-main p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    width: 78%;
    margin: auto;
}
section#our-story h1 {
    font-size: 2.8vw;
    color: #30629f;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}
section#our-partner h1 {
    font-size: 2.8vw;
    color: #30629f;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
}
section#our-story p{
    font-size: 20px;
    color: #666;
    line-height: 30px;
    font-weight: 300;
}
.bike {
    display: flex;
    padding: 30px 0;
    justify-content: center;
}
.bike {
    display: flex;
    padding: 30px 0;
}
img.bike {
    width: 80%;
    height: auto;
}
img.bike{
    width: 100%;
}
.good-design {
    background: linear-gradient(#b7dbff, #fff);
    border-radius: 30px;
    margin-left: 30px;
    padding: 50px 80px;
    height: auto;
    width: 75%;
    margin-top: 30px;
}
.good-design img.award {
    width: 100%;
}
.good-design p{
    font-size: 22px!important;
    padding: 30px 0;
}
.partners.deskop {
    display: flex;
    gap: 30px;
}
.partners-logo img{
    width: 100%;
}
.partners.mobile {
    display: flex;
    gap: 30px;

}
.partners.mobile {
    display: none;
}

@media (min-width:1400px){
 .good-design {
    padding: 50px 100px;
    height: auto;
    width: 60%;
}
}
@media (min-width:1200px){
    header#main-header {
        position: absolute;
        background: #1c1d27ba;
        width: 100%;
    }
    section#our-story,section#our-partner {
        padding: 50px 160px;
    }
}
@media (max-width: 768px){
    header#main-header {
        height: 59px;
        background: #000000;
        align-content: center;
    }
    section#tnc h1.tnc {
        font-size: 28px;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
    }
    section#tnc {
        padding: 50px 20px;
        background: #020d14;
    }
    section#about-main{
        padding: 50px 10px;
        height: 650px;
    }
    section#our-story,section#our-partner {
        padding: 50px 20px;
    }
    section#our-story h1,section#our-partner h1 {
        font-size: 9.8vw;
    }
    section#about-main h1 {
        font-size: 8.8vw;
    }
    section#about-main p{
        width: 100%;
    }
    .bike {
        display: block;
        padding: 20px 0;
    }
    .good-design {
        background: linear-gradient(#b7dbff, #fff);
        border-radius: 30px;
        margin-left: 0;
        padding: 30px;
        height: auto;
        width: 100%;
        margin-top: 30px;
    }
    .good-design p {
        padding: 20px 0;
    }
}
@media (max-width: 767px){
   .partners.deskop {
    display: none;
}
.partners.mobile {
    display: inline-flex;
}
.swiper.ourPartners .swiper-pagination.swiper-pagination-clickable{
    position: relative;
}
}