@font-face {
    font-family: Poppins-regular;
    src: url('/assets/fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-semibold;
    src: url('/assets/fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Poppins-medium;
    src: url('/assets/fonts/Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-bold;
    src: url('/assets/fonts/Poppins/Poppins-Bold.ttf');
}

/* For Mobile: */
#img-slick {
    height: 400px;
}
#hero-section {
    background-image: url('/assets/images/hero1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}
.hero-heading-1 {
    margin-top: 60px;
    margin-left: 15px;
    color: white;
    font-size: 18px !important;
    font-weight: 800;
    font-family: Poppins-bold;
}
.hero-heading-2 {
    margin-top: 10px;
    margin-left: 15px;
    color: white;
    font-size: 18px !important;
    font-weight: 800;
    font-family: Poppins-bold;
}
.hero-subheading-1 {
    margin-top: 45px;
    margin-left: 15px;
    color: white;
    font-size: 14px !important;
    font-weight: 800;
    font-family: Poppins-semibold;
}
.btn-hero-book {
    margin-top: 25px;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    background-color: #ED494A;
    font-size: 14px !important;
    font-family: Poppins-semibold;
}
.btn-hero-book:hover{
    color: #FFFFFF;
}

.row-header {
    margin-left: 10px;
}
.row-header h1 {
    font-size: 30px !important;
    font-family: Poppins-semibold;
}
.row-sub-header {
    margin-left: 10px;
}
.row-sub-header p {
    font-size: 14px !important;
    font-family: Poppins-regular;
}

.row-card-venue {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
}
.row-card-venue a{
    text-decoration: none;
    color: #000000;
}
.row-card-venue .card {
    border-radius: 5px;
    margin-bottom: 5px;
    border: none;
}
.col-card-8 {
    width: 70% !important;
}
.col-card-4 {
    width: 30% !important;
}
.row-card-venue h5{
    font-size: 18px !important;
    font-family: Poppins-semibold;
}
.row-card-venue p{
    font-size: 14px !important;
    font-family: Poppins-regular;
}
.card-venue-1 {
    height: 125px;
}
.card-venue-1 img {
    width: 100% !important;
    height: 125px;
}
#venueButton {
    cursor: pointer;
}

#ctn-qb {
    background-image: linear-gradient(#FFFFFF,#FFFFFF,#E5FFE2);
    padding-bottom: 20px;
}
.row-header-qb {
    margin-left: 25px;
    margin-top: 50px;
}
.row-header-qb h1 {
    font-size: 30px !important;
    font-family: Poppins-semibold;
}
.row-sub-header-qb {
    margin-left: 25px;
}
.row-sub-header-qb p {
    font-size: 14px !important;
    font-family: Poppins-regular;
}
#img-soccer img {
    display: none;
}
#form-qb {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 14px !important;
    font-family: Poppins-regular;
}
#txt_vid {
    margin-bottom: 15px;
}
#txt_field {
    margin-bottom: 15px;
}
#txt_book_date {
    width: 260px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
#txt_time_slot {
    margin-bottom: 15px;
}
#txt_equipment {
    margin-bottom: 50px;
}
#btn-submit {
    background-color: #05BE2E;
    color: #FFFFFF;
    font-size: 18px !important;
    font-family: Poppins-semibold;
    padding-left: 85px;
    padding-right: 85px;
}
#btn-submit-login {
    background-color: #05BE2E;
    color: #FFFFFF;
    font-size: 18px !important;
    font-family: Poppins-semibold;
    padding-left: 85px;
    padding-right: 85px;
}

/* For Tablet: */
@media only screen and (min-width: 468px) {
    #hero-section {
        background-image: url('/assets/images/hero1.jpg');
        background-repeat: no-repeat;
        background-position: center;
        height: 400px;
    }
    .hero-heading-1 {
        margin-top: 80px;
        margin-left: 15px;
        color: black;
        -webkit-text-fill-color: white; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-size: 24px !important;
        font-family: Poppins-bold;
    }
    .hero-heading-2 {
        margin-top: 5px;
        margin-left: 15px;
        color: black;
        -webkit-text-fill-color: white; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-size: 24px !important;
        font-family: Poppins-bold;
    }
    .hero-subheading-1 {
        margin-top: 10px;
        margin-left: 15px;
        color: black;
        -webkit-text-fill-color: white; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-size: 14px !important;
        font-family: Poppins-semibold;
    }
    .btn-hero-book {
        margin-top: 25px;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
        color: #FFFFFF;
        background-color: #ED494A;
        font-size: 14px !important;
        font-family: Poppins-semibold;
    }
    .btn-hero-book:hover{
        color: #FFFFFF;
    }
    
    .row-header {
        margin-left: 10px;
    }
    .row-header h1 {
        font-size: 30px !important;
        font-family: Poppins-semibold;
    }
    .row-sub-header {
        margin-left: 10px;
    }
    .row-sub-header p {
        font-size: 14px !important;
        font-family: Poppins-regular;
    }
    
    .row-card-venue {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }
    .row-card-venue a{
        text-decoration: none;
        color: #000000;
    }
    .row-card-venue .card {
        margin-bottom: 0px;
        border: none;
        border-radius: 5px;
    }
    .col-card-8 {
        width: 60% !important;
    }
    .col-card-4 {
        width: 40% !important;
    }
    .row-card-venue h5{
        font-size: 14px !important;
        font-family: Poppins-semibold;
    }
    .row-card-venue p{
        font-size: 10px !important;
        font-family: Poppins-regular;
    }
    .card-venue-1 {
        height: 125px;
    }
    .card-venue-1 img {
        width: 100% !important;
        height: 125px;
    }
    #venueButton {
        cursor: pointer;
    }
    
    #ctn-qb {
        background-image: linear-gradient(#FFFFFF,#FFFFFF,#E5FFE2);
        padding-bottom: 20px;
    }
    .row-header-qb {
        margin-left: 85px;
        margin-top: 80px;
    }
    .row-header-qb h1 {
        font-size: 30px !important;
        font-family: Poppins-semibold;
    }
    .row-sub-header-qb {
        margin-left: 85px;
    }
    .row-sub-header-qb p {
        font-size: 14px !important;
        font-family: Poppins-regular;
    }
    #img-soccer img {
        display: block;
        width: 515px;
        height: 396px;
        padding-left: 85px;
        padding-top: 50px;
    }
    #form-qb {
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 50px;
        font-size: 14px !important;
        font-family: Poppins-regular;
    }
    #txt_vid {
        margin-bottom: 15px;
    }
    #txt_field {
        margin-bottom: 15px;
    }
    #txt_book_date {
        width: 200px;
        padding: 10px 10px 10px 10px;
        margin-bottom: 15px;
    }
    #txt_time_slot {
        margin-bottom: 15px;
    }
    #txt_equipment {
        margin-bottom: 50px;
    }
    #btn-submit {
        background-color: #05BE2E;
        color: #FFFFFF;
        font-size: 14px !important;
        font-family: Poppins-semibold;
        padding-left: 65px;
        padding-right: 65px;
    }
    #btn-submit-login {
        background-color: #05BE2E;
        color: #FFFFFF;
        font-size: 14px !important;
        font-family: Poppins-semibold;
        padding-left: 65px;
        padding-right: 65px;
    }
}

/* For Desktop: */
@media only screen and (min-width: 1025px) {
    #hero-section {
        background-image: url('/assets/images/hero1.jpg');
        background-repeat: no-repeat;
        height: 600px;
    }
    #img-slick {
        height: 600px;
    }
    
    .hero-heading-1 {
        margin-top: 120px;
        margin-left: 220px;
        color: black;
        -webkit-text-fill-color: white; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-size: 40px !important;
        font-weight: 800;
        font-family: Poppins-bold;
    }
    
    .hero-heading-2 {
        margin-top: 10px;
        margin-left: 220px;
        color: black;
        -webkit-text-fill-color: white; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-size: 40px !important;
        font-weight: 800;
        font-family: Poppins-bold;
    }
    
    .hero-subheading-1 {
        margin-top: 25px;
        margin-left: 400px;
        color: white;
        font-size: 18px !important;
        font-weight: 800;
        font-family: Poppins-semibold;
    }
    
    .btn-hero-book {
        margin-top: 30px;
        margin-left: 220px;
        padding-left: 50px;
        padding-right: 50px;
        color: #FFFFFF;
        background-color: #ED494A;
        font-size: 18px !important;
        font-family: Poppins-semibold;
        border-radius: 10px;
    }
    .btn-hero-book:hover{
        color: #FFFFFF;
    }

    .row-header {
        margin-left: 161px;
    }
    .row-header h1 {
        font-size: 30px !important;
        font-family: Poppins-semibold;
    }
    .row-sub-header {
        margin-left: 161px;
    }
    .row-sub-header p {
        font-size: 14px !important;
        font-family: Poppins-regular;
    }

    .row-card-venue {
        padding-left: 180px;
        padding-right: 180px;
    }
    .row-card-venue a{
        text-decoration: none;
        color: #000000;
    }
    .row-card-venue .card {
        border: none;
        border-radius: 5px;
    }
    .col-card-8 {
        width: 60% !important;
    }
    .col-card-4 {
        width: 40% !important;
    }
    .row-card-venue h5{
        font-size: 18px !important;
        font-family: Poppins-semibold;
    }
    .row-card-venue p{
        font-size: 14px !important;
        font-family: Poppins-regular;
    }
    .card-venue-1 {
        height: 150px;
    }
    .card-venue-1 img {
        width: 100%;
        height: 150px;
    }
    #venueButton {
        cursor: pointer;
    }

    #ctn-qb {
        background-image: linear-gradient(#FFFFFF,#FFFFFF,#E5FFE2);
        padding-bottom: 50px;
    }
    .row-header-qb {
        margin-left: 225px;
        margin-top: 150px;
    }
    .row-header-qb h1 {
        font-size: 30px !important;
        font-family: Poppins-semibold;
    }
    .row-sub-header-qb {
        margin-left: 225px;
    }
    .row-sub-header-qb p {
        font-size: 14px !important;
        font-family: Poppins-regular;
    }

    #img-soccer img {
        display: block;
        width: 815px;
        height: 497px;
        padding-left: 225px;
        padding-top: 53px;
    }
    #form-qb {
        padding-top: 150px;
        padding-right: 200px;
        font-size: 14px !important;
        font-family: Poppins-regular;
    }
    #txt_vid {
        margin-bottom: 15px;
    }
    #txt_field {
        margin-bottom: 15px;
    }
    #txt_book_date {
        width: 250px;
        padding: 10px 10px 10px 10px;
        margin-bottom: 15px;
    }
    #txt_time_slot {
        margin-bottom: 15px;
    }
    #txt_equipment {
        margin-bottom: 50px;
    }
    #btn-submit {
        background-color: #05BE2E;
        color: #FFFFFF;
        font-size: 14px !important;
        font-family: Poppins-semibold;
        padding-left: 85px;
        padding-right: 85px;
    }
    #btn-submit-login {
        background-color: #05BE2E;
        color: #FFFFFF;
        font-size: 14px !important;
        font-family: Poppins-semibold;
        padding-left: 85px;
        padding-right: 85px;
    }
}
