.standard_packg_1
{
    background-image: url(../img/standard_packg/banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

.standard_packg_1 img
{
    width: 130%;
}

.standard_packg_1 .section-1-content h2
{
    font-weight: 700 !important;
    font-size: 58px !important;
}

.en .standard_packg_1 .section-1-content h2
{
    font-size: 41px !important;
}


.standard_packg_1 .section-1-content p
{
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 33px;
}

.en .standard_packg_1 .section-1-content p
{
    font-size: 17px !important;
}



.standard_packg_2 .description-content-2
{
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
}


.standard_packg_2  {
    background-image: url(../img/roulette_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #9D9D9D;
    padding: 80px 0px 30px 0px;
}

.standard_packg_2 .country img
{
    width: 140px;
    box-shadow: 4px 4px 15px 0px #009CBD66;
    border-radius: 50%;
}

.standard_packg_2 .country p
{
    font-weight: 500;
    font-size: 22px;
    color: #009CBD;
}

.standard_packg_2 .features h2
{
    font-weight: 700;
    font-size: 58px;
    color: #006175;
}

.en .standard_packg_2 .features h2
{
    font-size: 40px;
}

.standard_packg_2 .features img
{

    border-radius: 20px;
}

.standard_packg_3
{
    background-image: url(../img/standard_packg/security_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.standard_packg_3 h2 
{
    font-size: 58px;
    font-weight: 700;
}

.en .standard_packg_3 h2
{
    font-size: 44px;
}

.standard_packg_3 p 
{
    font-size: 20px;
    font-weight: 500;
}

.en .standard_packg_3 p
{
    font-size: 17px;
}

.standard_packg_3 .content-wrapper img
{
    box-shadow: 3px 4px 4px 0px #FFFFFF99 inset;
    border-radius: 50%;
    width: 100%;
}

.security-box
{
    border: 1px solid #FFFFFF4D;
    width: 100%;
    border-radius: 15px;
    backdrop-filter: blur(6.599999904632568px);
    box-shadow: 0px 0px 7px 0px #FFFFFF inset;

}

.security-box-main
{
    border-radius: 15px;
    box-shadow: 7px 7px 7px 0px #009CBDBF;
}

.security-box span
{
    font-weight: 600;
    font-size: 24px;
}


.en .security-box span
{
    font-size: 20px;
}

@media (max-width: 1200px) {
    
    .standard_packg_1 img
    {
        width: 50%;
    }

    .standard_packg_1 .section-1-content h2 {
        font-size: 40px !important;
    }

    .standard_packg_1 .section-1-content p
    {
        font-size: 17px !important;
    }
    .standard_packg_2
    {
        padding: 60px 0px 50px 0px;
    }

    .standard_packg_2 .features h2 {
        font-size: 40px;
    }

    .security-img img
    {
        display: none;
    }
}

@media (max-width: 768px) 
{
    .standard_packg_1 img
    {
        width: 90%;
    }
}

@media (max-width: 576px)
{
    .security-img
    {
        display: none;
    }

    .standard_packg_1 img {
        width: 100%;
    }

    .standard_packg_1
    {
        background-image: url(../img/standard_packg/banner_bg_m.png);
    }

    .standard_packg_1 .section-1-content h2 {
        font-weight: 700 !important;
        font-size: 24px !important;
    }

    .en .standard_packg_1 .section-1-content h2
    {
        font-size: 24px !important;
    }

    .standard_packg_1 .section-1-content p {
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 23px;
    }

    .standard_packg_2 .description-content-2
    {
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
    }

    .en .standard_packg_1 .section-1-content p {
        font-size: 14px !important;
    }

    .standard_packg_2
    {
        padding: 50px 0px 30px 0px;
    }

    .standard_packg_2 .country img {
        width: 53px;
    }

    .standard_packg_2 .country p
    {
        font-size: 12px;
    }

    .standard_packg_2 .features h2 {
        font-weight: 700;
        font-size: 22px;
        color: #006175;
    }

    .en .standard_packg_2 .features h2 {
        font-size: 22px !important;
    }

    .standard_packg_2 .swiper-slide {
        min-width: 110px;
    }

    .mySwiper-footer .contain-slider
    {
        border-radius: 8px;
    }

    .standard_packg_3 h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .en .standard_packg_3 h2
    {
        font-size: 22px !important;
    }

    .standard_packg_3 p {
        font-size: 12px;
        font-weight: 500;
        line-height: 23px;
        text-align: center;
    }

    .en  .standard_packg_3 p
    {
        font-size: 12px !important;
    }

    .security-box
    {
        width: 100%;
    }

    .security-box span
    {
        font-weight: 600;
        font-size: 13px !important;
    }
}

@media (min-width: 576px)
{
    .standard_packg_1
    {
        top: 60px !important;
    }

    .standard_packg_1 .section-1-content
    {
        padding: 90px 0px !important;
    }
}
