/* 
created by Shasheesha Janith
*/

.row.row_clr {
    margin: 0;
}

.sec-right {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    align-items: right;
    gap: 50px;
    padding-top: 60px;
}

.small-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 40px;
}

.paragraph {
    margin-bottom: 30px;
}

.paragraph p {
    font-size: 28px;
    line-height: 1.25;
}
.paragraph p + p {
    margin-top: 40px;
}

.price-card {
    display: flex;
    justify-content: center;
    color: #1da3cd;
}
.price-card p {
    display: flex;
    justify-content: center;
    color: #1da3cd;
    font-weight: bold;
    font-size: 53px;
}
.regulation-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    color: #ffffff;
}
.r-card {
    background-color: black;
    width: 80px;
    height: 80px;
    border: 0px solid;
    border-radius: 15px;
    text-align: left;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.r-card p {
    font-size: 14px;
    width: 100%;
    line-height: 1;
}
.r-card .top-line {
    text-align: left;
}
.r-card .middle-line {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.r-card .middle-line span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: right;
}

.r-card .bottom-line {
    text-align: right;
}

.awkward-container .row {
    margin-bottom: 50px;
}

.sec-left iframe {
    width: 100%;
    height: 70vh;
}
.gallery-container {
    width: fit-content;
}

.c4row-content {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.placeholder-btn {
    border: 5px solid black;
    border-radius: 15px;
    width: auto;
    height: 130px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color 0.35s;
}
.placeholder-btn p {
    font-size: 36px;
    color: black;
    line-height: 1.1;
    transition: color 0.35s;
}

.placeholder-btn:hover {
    background-color: black;
}
.placeholder-btn:hover p {
    color: #fff;
}
.side-bar-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
.side-bar-title .small-title {
    margin-bottom: 0;
}
.side-bar-title .title-sides {
    width: 18%;
}
.c4row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.c4row-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.c4row-items .star-icon {
    width: 20px;
    margin-top: 1px;
}
.c4row-items .whatsin-point {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.c4row .c4row-thumbnail {
    height: 545px;
    width: 100%;
    object-fit: contain;
    object-position: bottom right;
    margin-bottom: 40px;
}
.c8row-title {
    padding-left: 15px;
}
.c8row iframe {
    width: 100%;
    height: 450px;
}

.c4r-txt p {
    font-size: 17px;
    line-height: 1.35;
}

.c4r-txt p + p {
    margin-top: 25px;
}

/* .gallery{
    background-color: aquamarine;
    height: auto;
} */
.awkward-container .gallery {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 70px;
}
.gallery .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.gallery .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-left {
    flex: 0 0 auto;
    width: calc(70% - 5px);
}

.gallery-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(30% - 5px);
    padding: 0;
}
.gallery-right .image {
    height: calc((100% / 3) - 6px);
}
.gallery-right img.white-logo {
    object-fit: contain;
}
.gallery .sides {
}

.thanking-footer img {
    width: 100%;
}
.row.awkward-expansion {
    margin-bottom: 0;
}
.awkward-expansion-inner {
    justify-content: space-between;
}

.awkward-expansion-top {
    margin-bottom: 30px;
}

.buy-btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.buy-btns img {
    width: 100%;
}

.side-bar-description {
}
.side-bar-description p {
    font-size: 17px;
    line-height: 1.35;
}
.side-bar-description p + p {
    margin-top: 25px;
}

.side-bar-whats-in.c4row-items {
    display: block;
    flex-direction: unset;
    gap: unset;
    margin-top: 20px;
}

.c4row-items .whatsin-point p {
    font-size: 17px;
    line-height: 1.35;
}

.c4row-items .whatsin-point + .whatsin-point {
    margin-top: 15px;
}

.c4row-sidebar-inner {
    position: sticky;
    top: 20px;
}

.thanking-footer {
    margin-top: 100px;
}

.thanking-footer img {
    float: left;
    width: 220px;
    padding: 0 20px 20px 0;
}
.thanking-footer p {
    text-align: justify;
    line-height: 1.2;
    font-size: 17px;
}
.thanking-footer .kick-starter-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 0px;
    display: block;
}

.mobile-iframe-sec {
    display: none;
}

/*container styles*/
@media only screen and (min-width: 1200px) {
    .awkward-container {
        width: 1140px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1500px) {
    .awkward-container {
        width: 1350px;
        margin: 0 auto;
    }
}
/*container styles*/

@media only screen and (max-width: 1680px) {
}

@media only screen and (max-width: 1499px) {
    .sec-right {
        gap: 40px;
        padding-top: 50px;
    }
    .paragraph {
        margin-bottom: 20px;
    }
    .price-card p {
        font-size: 48px;
    }
    .placeholder-btn p {
        font-size: 24px;
    }
    .small-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .paragraph p {
        font-size: 22px;
        line-height: 1.35;
    }
    .c4row .c4row-thumbnail {
        height: 460px;
        margin-bottom: 40px;
    }
    .c4r-txt p + p {
        margin-top: 22px;
    }
    .placeholder-btn {
        height: 108px;
    }
    .thanking-footer {
        margin-top: 70px;
    }
    .c4r-txt p {
        font-size: 15px;
        line-height: 1.4;
    }
    .side-bar-description p {
        font-size: 15px;
        line-height: 1.4;
    }
    .c4row-items .whatsin-point p {
        font-size: 15px;
    }
    .thanking-footer p {
        font-size: 15px;
    }
    .thanking-footer .kick-starter-title {
        font-size: 24px;
        margin-bottom: -5px;
    }
    .c8row iframe {
        height: 400px;
    }
    .awkward-container .gallery {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .small-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .paragraph p {
        font-size: 18px;
    }
    .sec-right {
        gap: 30px;
        padding-top: 40px;
    }
    .price-card p {
        font-size: 40px;
    }
    .paragraph {
        margin-bottom: 10px;
    }
    .regulation-cards {
        gap: 10px;
    }
    .r-card {
        transform: scale(0.85);
    }
    .awkward-container .gallery {
        margin-bottom: 40px;
    }
    .placeholder-btn {
        height: 90px;
    }
    .placeholder-btn p {
        font-size: 20px;
    }
    .buy-btns {
        gap: 10px;
    }
    .side-bar-title {
        margin-bottom: 20px;
    }
    .side-bar-whats-in.c4row-items {
        margin-top: 0;
    }
    .c4row-items .star-icon {
        width: 15px;
    }
    .thanking-footer .kick-starter-title {
        font-size: 20px;
        margin-bottom: -5px;
    }
    .thanking-footer p {
        font-size: 14px;
    }
    .thanking-footer img {
        width: 180px;
        padding: 0 15px 10px 0;
    }
    .c4row .c4row-thumbnail {
        height: 390px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    #desktop-youtube-iframe {
        display: none;
    }

    .small-title {
        text-align: center;
    }
    .paragraph {
        margin-bottom: 5px;
    }
    .paragraph p {
        font-size: 18px;
        line-height: 1.4;
    }
    .party-game .sec-left img {
        width: 500px;
        margin: 0 auto;
        display: block;
    }
    .sec-right {
        gap: 20px;
        padding-top: 40px;
    }
    .paragraph {
        text-align: center;
    }
    .paragraph p + p {
        margin-top: 20px;
    }
    .paragraph p br {
        display: none;
    }
    .awkward-container .row {
        margin-bottom: 35px;
    }
    .regulation-cards {
        gap: 2px;
    }
    .sidebar {
        order: -1;
        margin-bottom: 40px;
    }
    .buy-btns {
        gap: 10px;
        width: 450px;
        margin: 0 auto;
    }
    .placeholder-btn {
        height: 128px;
    }
    .placeholder-btn p {
        font-size: 28px;
    }
    .side-bar-title {
        margin: 0 auto 20px;
        width: 450px;
    }
    .side-bar-description {
        text-align: center;
    }
    .side-bar-description p + p {
        margin-top: 15px;
    }
    .whats-in-list {
        width: 450px;
        margin: 0 auto;
    }
    .sidebar .buy-btns {
        margin-bottom: 30px;
    }
    .awkward-expansion-top {
        width: 450px;
        margin: 0 auto 10px;
        text-align: center;
    }
    .c4row .c4row-thumbnail {
        height: 530px;
        object-position: center;
        margin-bottom: 30px;
    }
    .awkward-expansion-inner + .awkward-expansion-inner {
        margin-top: 100px;
    }
    .thanking-footer .col-md-12 {
        flex: 0 0 450px;
        max-width: 450px;
        margin: 0 auto;
    }
    .thanking-footer .kick-starter-title {
        text-align: left;
    }
    .mobile-iframe-sec {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    .mobile-iframe-sec #youtube-iframe {
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .paragraph p {
        font-size: 17px;
        line-height: 1.4;
    }
    .party-game .sec-left img {
        width: 100%;
        max-width: 300px;
    }
    .mobile-iframe-sec #youtube-iframe {
        height: 210px;
    }
    .buy-btns {
        gap: 10px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .mobile-iframe-sec {
        margin-bottom: 30px;
    }
    .placeholder-btn {
        height: 85px;
        border-radius: 10px;
        border: 4px solid black;
    }
    .placeholder-btn p {
        font-size: 20px;
    }
    .sidebar {
        margin-bottom: 30px;
    }
    .side-bar-title {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 300px;
    }
    .whats-in-list {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .whats-in-list {
        width: 100%;
    }
    .row.awkward-expansion {
        margin: 0 !important;
    }
    .awkward-expansion-top {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
    }
    .c4row .c4row-thumbnail {
        height: auto;
        margin-bottom: 30px;
    }
    .awkward-expansion-inner + .awkward-expansion-inner {
        margin-top: 50px;
    }
    .thanking-footer {
        margin: 50px 0 0 !important;
    }
    .thanking-footer .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .thanking-footer img {
        width: 135px;
        padding: 0 15px 10px 0;
    }
}
