.main-section {
    /* background: url('../img/home-main.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; */
}

.banner-content {
    background: url('../img/home-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.middle-section1 {
    background: url('../img/home-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.middle-section2 {
    background: url('../img/home-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.bottom-section {
    background: url('../img/second-last.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.banner-content {
    height: 730px;
    position: relative;

}

.banner-content .container {
    position: relative;
    height: 100%;
}

.banner-content .are-you-up {
    position: absolute;
    left: 0;
    top: 10%;
}

.banner-content h1 {
    color: #e1081f;
    font-size: 54px;
    font-family: 'ToyotaType-BlackIt';
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
}


.banner-content p {
    color: #FFFFFF;
    font-size: 43px;
    line-height: 1;
    font-family: 'ToyotaType-SemiboldIt';
    text-transform: uppercase;
    margin-bottom: 30px
}

.banner-content .sign-up a {
    display: block;
    padding-bottom: 0;
}

.banner-content .sign-up a img {
    width: 320px;
}

#championship {
    padding-bottom: 70px;
    padding-top: 70px;
}

.section-title.title1 img {
    width: 900px;
}

.gt-championship {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}

.gt-championship .championship-desc,
.gt-championship .championship-img {
    flex: 1;
}

.gt-championship .championship-desc p {
    color: #ffffff;
    font-size: 22px;
    font-family: 'ToyotaType-Regular';
    margin-bottom: 25px;
}

.gt-championship .championship-img img {
    width: 100%;
}

#highlights {
    padding-bottom: 100px;
}

.section-title.title2 img {
    width: 550px;
}

.highlights-video {
    margin-top: 50px;
    background: url(../img/highlights-video-frame.png) no-repeat center;
    background-size: 100%;
    padding: 100px 0px 60px 25px;
}

.highlights-video img {
    width: 100%;
    padding: 0 50px;
}

#cash-prizes {
    padding-bottom: 70px;
}

.section-title.title3 img {
    width: 480px;
}

.cash-prizes-flex {
    align-items: center;
    display: flex;
    padding-top: 50px;
}

.cash-prizes-list {
    flex-basis: 380px;
    z-index: 9;
}

.cash-prizes-list img {
    width: 100%;
}

.cash-prizes-img {
    flex-basis: 75%;
    margin-left: -10%;
    z-index: 1;
}

.cash-prizes-img img {
    width: 100%;
}


#schedule {
    padding-bottom: 70px;
    padding-top: 70px;
}

.section-title.title4 img {
    width: 500px;
}

.schedule-wrap {
    display: flex;
    margin-top: 50px;
    gap: 30px;
}

.schedule-wrap .schedule-item {
    flex: 1;
}

.schedule-wrap .schedule-item .schedule-img img {
    width: 100%;
	height:185px;
	object-fit:cover;
	margin-bottom:20px;
}

.schedule-wrap .schedule-date {
    font-size: 20px;
    color: #eb0a1e;
    font-family: 'ToyotaType-BlackIt';
}

.schedule-wrap .schedule-title {
    font-size: 30px;
    color: #fff;
    font-family: 'ToyotaType-BlackIt';
    line-height: 1;
    height: 80px;
}

.schedule-wrap .schedule-desc {
    font-family: 'ToyotaType-Regular';
    font-size: 16px;
    color: #FFFFFF;
}



#hallfame {
    padding-bottom: 70px;
    padding-top: 70px;
}

.section-title.title5 img {
    width: 700px;
}

.hallfame-wrap {
    display: flex;
    gap: 20px;
    padding-top: 50px;
}

.hallfame-wrap .fame-item {
    flex: 1;
    padding: 45px;
    background: url('../img/fame1.png') center no-repeat;
    background-size: 100%;
}

.hallfame-wrap .fame-item .name {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'ToyotaType-BoldIt';
}

.hallfame-wrap .fame-item .name span:nth-child(1) {
    font-size: 16px;
    color: #fff;
    font-family: 'ToyotaType-BookIt';
    display: block;
}

.hallfame-wrap .fame-item .name span:nth-child(2) {
    display: block;
    font-size: 16px;
    color: #eb0a1e;
    font-family: 'ToyotaType-BoldIt';
}

.hallfame-wrap .winner-img img {
    width: 100%;
}

.winner-year {
    font-family: 'ToyotaType-Black';
    color: #eb0a1e;
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
}




#reminder-signup {
    position: relative;
    height: 700px;
}

#reminder-signup h1 {
    color: #FFFFFF;
    font-size: 54px;
    font-family: 'ToyotaType-BlackIt';
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1;
}

#reminder-signup .sign-up a {
    display: block;
}

#reminder-signup .sign-up a img {
    width: 320px;
}

.register-bottom {
    position: absolute;
    max-width: 450px;
    left: 10%;
    top: 27%;
}

.join-tgr {
    font-family: 'ToyotaType-SemiboldIt';
    position: absolute;
    bottom: 5%;
    font-size: 30px;
    color: #ffffff;
    left: 15%;
    line-height: 1;
}

.modal-dialog .modal-content {
    border-bottom: 0;
    position: relative;
    background-color: transparent;
}
.modal-dialog .modal-content button.close {
    position: absolute;
    right: -20px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    opacity: 1;
    border-radius: 50%;
    background-color: #FFFFFF;
}
.modal-dialog .modal-content .modal-body {
    padding: 0;
}
.modal-dialog {
    max-width: 900px;
}

@media only screen and (min-width: 1367px) {
	    .modal-dialog {
        max-width: 65.886vw;
    }
	    .modal-dialog .modal-content button.close {
        position: absolute;
        right: -1.464vw;
        height: 1.464vw;
        width: 1.464vw;
        font-size: 0.878vw;
        line-height: 1.464vw;
    }
    .container {
        max-width: 83.455vw;
        padding-right: 1.098vw;
        padding-left: 1.098vw;
    }

    .banner-content {
        height: 53.441vw;
    }

    .banner-content h1 {
        font-size: 3.953vw;
    }

    .banner-content h4 {
        font-size: 4.685vw;
        margin-bottom: 1.830vw;
        -webkit-text-stroke-width: 0.073vw;
    }

    .banner-content p {
        font-size: 3.148vw;
        margin-bottom: 2.196vw;
    }

    .banner-content .sign-up a img {
        width: 23.426vw;
    }

    #championship {
        padding-bottom: 5.124vw;
        padding-top: 5.124vw;
    }

    .section-title.title1 img {
        width: 65.886vw;
    }

    .gt-championship {
        gap: 7.321vw;
        margin-top: 3.66vw;
    }

    .gt-championship .championship-desc p {
        font-size: 1.611vw;
        margin-bottom: 1.83vw;
    }

    #highlights {
        padding-bottom: 7.321vw;
    }

    .section-title.title2 img {
        width: 40.264vw;
    }

    .highlights-video {
        margin-top: 3.66vw;
        padding: 7.321vw 0px 4.392vw 1.83vw;
    }

    .highlights-video img {
        padding: 0 3.66vw;
    }

    #cash-prizes {
        padding-bottom: 5.124vw;
    }

    .section-title.title3 img {
        width: 35.139vw;
    }

    .cash-prizes-flex {
        padding-top: 3.66vw;
    }

    .cash-prizes-list {
        flex-basis: 27.818vw;
    }


    #schedule {
        padding-bottom: 5.124vw;
        padding-top: 5.124vw;
    }

    .section-title.title4 img {
        width: 36.603vw;
    }

    .schedule-wrap {
        margin-top: 3.66vw;
        gap: 2.196vw;
    }

    .schedule-wrap .schedule-date {
        font-size: 1.464vw;
    }

    .schedule-wrap .schedule-title {
        font-size: 2.196vw;
        height: 5.857vw;
    }

    .schedule-wrap .schedule-desc {
        font-size: 1.171vw;
    }

    #hallfame {
        padding-bottom: 5.124vw;
        padding-top: 5.124vw;
    }

    .section-title.title5 img {
        width: 51.245vw;
    }

    .hallfame-wrap {
        gap: 1.464vw;
        padding-top: 3.66vw;
    }

    .hallfame-wrap .fame-item {
        padding: 3.294vw;
    }

    .hallfame-wrap .fame-item .name {
        font-size: 1.464vw;
    }

    .hallfame-wrap .fame-item .name span:nth-child(1) {
        font-size: 1.171vw;
    }

    .hallfame-wrap .fame-item .name span:nth-child(2) {
        font-size: 1.171vw;
    }

    .winner-year {
        font-size: 2.196vw;
        margin-top: 2.196vw;
    }

    #reminder-signup {
        height: 51.245vw;
    }

    #reminder-signup h1 {
        font-size: 3.953vw;
        margin-bottom: 1.171vw;
    }

    #reminder-signup .sign-up a img {
        width: 23.426vw;
    }

    .register-bottom {
        max-width: 32.943vw;
    }

    .join-tgr {
        font-size: 2.196vw;
    }
	.schedule-wrap .schedule-item .schedule-img img {
		
		height:13.543vw;
         margin-bottom:1.464vw;
	}
}



@media only screen and (max-width: 991px) {
    .section-title.title1 img {
        width: 100%;
    }

    .gt-championship {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .schedule-wrap {
        flex-wrap: wrap;
    }

    .schedule-wrap .schedule-item {
        flex: 1 1 calc(50% - 30px);
    }
}

@media only screen and (max-width: 767px) {
	.modal-dialog {
		padding:0 18px;
	}
	.schedule-wrap .schedule-item .schedule-img img {
		height:auto;
	}

    .section-title.title2 img,
    .section-title.title3 img,
    .section-title.title4 img,
    .section-title.title5 img {
        width: 100%;
    }

    .banner-content {
        height: 450px;
    }

    .banner-content .are-you-up {
        left: 15px;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 28px;
    }

    .banner-content .sign-up a img {
        width: 250px;
    }

    .gt-championship .championship-desc p {
        font-size: 18px;
    }

    .highlights-video {
        padding: 83px 15px 70px 20px;
    }

    .highlights-video img {
        padding: 0 15px;
    }

    .hallfame-wrap {
        flex-direction: column;
    }

    .schedule-wrap .schedule-title {
        height: auto;
    }

    .schedule-wrap .schedule-item {
        flex: 1 1 calc(100% - 20px);
    }

    #reminder-signup h1 {
        font-size: 40px;
    }

    #reminder-signup .sign-up a img {
        width: 250px;
    }

    #reminder-signup {
        height: 450px;
    }

    .join-tgr {
        font-size: 28px;
    }
}