﻿body {
}

.bgcolor {
    background: linear-gradient( -90deg, rgba(9, 35, 62, 0) 0%, rgba(0, 47, 96, 1) 100% );
    width: 100%;
    height: 100%;
}

.Roboto-Black {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Black */
}

.Roboto-Black-size {
    font-size: 40px;
}

.Roboto-regular {
    font-family: 'Roboto', math !important;
    font-weight: normal !important; /* 400 */
}

.Roboto-regular-sub-heading-Size {
    font-size: 20px;
    width: 730px;
    text-align: center;
}

.Roboto-regular-content-Size {
    font-size: 18px;
}

.plan-box span {
    font-family: 'Roboto', math !important;
    font-weight: normal !important; /* 400 */
    font-size: 18px;
}

.product-section {
    background-image: url('../../Album/TermsAndConditions/TermsAndConditionsBanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.product-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-content {
    padding-left: 170px;
}

.Roboto-Black {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Black */
}

.Roboto-Black-about-size {
    font-size: 65px;
    color: #FFFFFF;
}

.Roboto-medium {
    font-family: 'Roboto', math !important;
    font-weight: 500 !important; /* Medium */
}

.Roboto-medium-about-size {
    font-size: 25px;
}

.product-text-color1 {
    color: #E13335;
}

.product-text-color2 {
    color: #FFFFFF;
}


.plan-box {
    width: 488px !important;
    height: max-content;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    margin: 40px 30px !important;
    padding: 40px !important;
}

.term-and-conditions-section {
    margin-top: 60px;
}

.plan-btn {
    background: #E13335;
    color: #FFFFFF;
    border-radius: 10px;
    width: 218px;
    height: 60px;
    border: none;
    margin-top: 50px;
    transition: all 0.3s ease;
}
    .plan-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        background-color: #0056b3; /* optional: change bg color on hover */
        color: white; /* optional: change text color on hover */
    }
    .Roboto-semibold {
        font-family: 'Roboto', math !important;
        font-weight: 600 !important; /* Semibold */
    }

.Roboto-semibold-pricing-size {
    font-size: 30px;
    text-decoration: underline;
    text-decoration-color: #E13335;
    text-underline-offset: 5px;
}

.Roboto-regular {
    font-family: 'Roboto', math !important;
    font-weight: normal !important; /* 400 */
}

.Roboto-regular-plan-trial-Size {
    font-size: 18px;
}

.Roboto-regular-plan-sub-header-Size {
    font-size: 20px;
}

.plan-box span {
    line-height: 2.5;
    margin: 0px 5px;
}

.free-trial-text {
    color: #939393;
}

.plan-sub-header img {
    height: 100% !important;
}

@media screen and (max-width : 1600px) {
}

@media screen and (max-width : 1550px) {
}

@media screen and (max-width : 1455px) {
}

@media screen and (max-width : 1400px) {
}

@media screen and (max-width : 1200px) {

    .Roboto-Black-about-size {
        font-size: 52px;
    }

    .product-content {
        padding: 0px;
    }

    .hero-box {
        width: 100% !important;
        text-align: center !important;
    }

    .Roboto-Black-size {
        font-size: 38px !important;
    }
}

@media screen and (max-width : 881px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .Roboto-Black-size {
        font-size: 36px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .Roboto-Black-about-size {
        font-size: 42px;
    }

    .Roboto-regular-sub-heading-Size {
        width: 90%;
    }

    .Roboto-Black-size {
        font-size: 34px !important;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

    .Roboto-Black-about-size {
        font-size: 40px;
    }

    .Roboto-regular-sub-heading-Size {
        width: 95%;
    }

    .Roboto-Black-size {
        font-size: 32px !important;
    }

    .Roboto-semibold-pricing-size {
        font-size: 28px;
    }

    .plan-box span {
        font-size: 17px;
    }

    .Roboto-medium-about-size {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {

    .Roboto-Black-about-size {
        font-size: 30px;
    }

    .Roboto-regular-sub-heading-Size {
        width: 98%;
    }

    .Roboto-Black-size {
        font-size: 30px !important;
    }

    .plan-box {
        width: 95% !important;
    }

    .term-and-conditions-row {
        width: 100% !important;
    }

    .Roboto-semibold-pricing-size {
        font-size: 26px;
    }

    .Roboto-regular-plan-sub-header-Size {
        font-size: 18px;
    }

    .plan-box span {
        font-size: 16px;
    }

    .plan-box {
        padding: 10px !important;
    }

    .plan-btn {
        width: 95% !important;
    }

    .Roboto-medium-about-size {
        font-size: 20px;
    }

    .plan-sub-header, .plan-header {
        width: 100%;
        text-align: center;
    }
}
