@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap");

.mt-5 {
    margin-top: 50px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-3 {
    padding-top: 30px;
}

.my-5 {
    margin: 50px auto;
}

.my-4 {
    margin: 40px auto;
}

.my-3 {
    margin: 30px auto;
}

.my-2 {
    margin: 20px auto;
}

.my-1 {
    margin: 10px auto;
}

.mx-5 {
    margin: auto 50px;
}

.mx-4 {
    margin: auto 40px;
}

.mx-3 {
    margin: auto 30px;
}

.mx-2 {
    margin: auto 20px;
}

.mx-1 {
    margin: auto 10px;
}

.mx-0 {
    margin: auto 0px;
}

.pt-5 {
    margin-top: 50px;
}

.pb-2 {
    padding-bottom: 20px;
}

.hero-section {
    height: 650px;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    align-self: center;
}
.hero-section .hero-copy {
    padding: 60px;
    transform: translateY(-50%);
    margin-top: 320px;
    color: white;
}
.hero-section .hero-copy .sbs-logo {
    max-width: 90%;
}
.hero-section .hero-copy h1 {
    font-size: 48px;
}
.hero-section .bg {
    background-image: url(../images/hero-image.jpg);
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 480px) {
    .hero-section {
        position: relative;
    }
    .hero-section .hero-copy {
        text-align: left;
        padding: 30px;
        transform: none;
        margin-top: 150px;
    }
    .hero-section .hero-copy .sbs-logo {
        width: 90%;
    }
    .hero-section .hero-copy h1 {
        font-size: 40px;
    }
    .hero-section .bg {
        height: 380px;
        background-size: cover;
        background-position: bottom;
    }
}
@media screen and (max-width: 400px) {
    .hero-section {
        position: relative;
    }
    .hero-section .hero-copy {
        text-align: left;
        padding: 20px;
        margin-top: 100px;
    }
    .hero-section .hero-copy .sbs-logo {
        width: 90%;
    }
    .hero-section .hero-copy h1 {
        font-size: 30px;
    }
}
.discription-sec {
    padding: 50px 0;
    background: #F1F1F1;
}
.discription-sec .discription {
    padding: 100px 50px;
}
.discription-sec .red-logo {
    width: 100%;
    max-width: 550px;
    transition: 1s ease-in-out;
}
.discription-sec .red-logo:hover {
    transform: scale(1.05);
    transition: 0.2s ease-in-out;
}
.discription-sec h2 {
    font-size: 42px;
    line-height: 120%;
}
.discription-sec p {
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

/*h1 {*/
/*    font-size: 38px;*/
/*    font-weight: 700;*/
/*}*/

/*h2 {*/
/*    font-weight: 700;*/
/*}*/

/*h4 {*/
/*    font-size: 34px;*/
/*    font-weight: 700;*/
/*}*/

/*h5 {*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*}*/

/*p {*/
/*    font-size: 20px;*/
/*}*/

/*@media screen and (max-width: 1100px) {*/
/*    h4 {*/
/*        font-size: 28px;*/
/*    }*/
/*}*/
@media screen and (max-width: 480px) {
    .discription-sec {
        padding: 0px 0 50px;
    }
    .discription-sec .discription {
        padding: 20px 20px 0;
    }
    .discription-sec h2 {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: -10px;
    }
    .discription-sec p {
        font-size: 20px;
    }
    /*h1 {*/
    /*    font-size: 32px;*/
    /*}*/
    /*h2 {*/
    /*    font-weight: 700;*/
    /*}*/
    /*h4 {*/
    /*    font-size: 24px;*/
    /*}*/
    /*h5 {*/
    /*    font-weight: 700;*/
    /*    font-size: 22px;*/
    /*    line-height: 1.3;*/
    /*    text-align: center;*/
    /*}*/
    /*p {*/
    /*    font-size: 18px;*/
    /*}*/
}
.red-btn {
    background-color: #ea2046;
    color: white;
    text-transform: uppercase;
    padding: 15px 26px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    white-space: normal;
    height: auto;
}
.red-btn br {
    display: none;
}

.red-btn:hover {
    background-color: #c51233;
    color: white;
}

@media screen and (max-width: 1100px) {
    .red-btn {
        width: 300px;
    }
}
@media screen and (max-width: 480px) {
    .red-btn {
        padding: 12px 28px;
        letter-spacing: auto !important;
        width: 90%;
        word-break: break-all;
        overflow: hidden;
        font-size: 14px;
    }
    .red-btn br {
        display: block;
    }
}
.layouts {
    background: #F0F0F0;
    background: linear-gradient(#F0F0F0, #fff);
    padding: 50px 0;
    text-align: center;
}
.layouts h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}
.layouts h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.layouts p {
    padding: 0 120px 20px;
    font-weight: 500;
    font-size: 16px;
}
.layouts .list-layouts .l-card {
    padding: 8px;
}
.layouts .list-layouts .l-card .img {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.layouts .list-layouts .l-card a {
    background: #000000;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    margin-top: 12px;
    font-weight: 500;
    padding: 12px 20px;
}
.layouts .list-layouts .l-card a:hover {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .layouts p {
        padding: 10px;
    }
}
.services {
    text-align: center;
}
.services .logo {
    margin-top: -50px;
    margin-bottom: 60px;
    max-width: 650px;
}
.services h3 {
    font-weight: 700;
    font-size: 28px;
}
.services b {
    background-color: #EA2046;
    color: white;
    padding: 6px 12px;
}
.services .servi {
    margin-top: 30px;
}
.services .servi img {
    width: 60px;
}
.services .servi p {
    font-weight: 600;
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .services .logo {
        margin-top: 20px;
        max-width: 90%;
    }
    .services h3 {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 50px;
    }
    .services .servi {
        margin-top: 0px;
    }
    .services .servi img {
        width: 40px;
    }
    .services .servi p {
        font-weight: 600;
        padding: 10px;
    }
}
.videos {
    padding: 100px 0;
}
.videos a img {
    width: 100%;
}
.videos p {
    font-weight: 600;
    font-size: 16px;
    height: 100px;
    padding: 10px 0;
}

@media screen and (max-width: 480px) {
    .videos {
        padding: 50px 0;
    }
    .videos a img {
        width: 100%;
    }
    .videos p {
        font-weight: 600;
        font-size: 16px;
        height: 100px;
        padding: 10px 0;
    }
}
.sec-two {
    padding: 40px 0 20px;
    background-image: url(../images/why-choose-one-shape-1.png);
}
.sec-two h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec-two h4 {
    font-size: 16px;
    letter-spacing: 1.4;
    font-weight: 500;
}
.sec-two p {
    font-weight: 500;
    font-size: 16px;
}
.sec-two img {
    width: 100%;
}
.sec-two .col-md-7 {
    padding: 50px;
}

@media screen and (max-width: 480px) {
    .sec-two {
        padding: 20px;
    }
    .sec-two h2 {
        font-size: 36px;
        margin-top: 20px;
    }
    .sec-two .col-md-7 {
        padding: 10px;
    }
}
.sec-last {
    padding: 40px 0 10px;
    background-image: url(../images/why-choose-one-shape-1.png);
}
.sec-last h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sec-last h4 {
    font-size: 16px;
    letter-spacing: 1.4;
    font-weight: 500;
}
.sec-last p {
    font-weight: 500;
    font-size: 16px;
}
.sec-last img {
    width: 100%;
}
.sec-last .detail {
    background-color: #e7e7e7;
    padding: 30px;
}/*# sourceMappingURL=style.css.map */