/* common css start */
.myryd_h2 h2{
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 60px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-family: "DM Sans", serif !important;
}
.myrydh3 h3 {
    font-size: 45px !important;
    line-height: 55px !important;
    color: #fff !important;
    font-weight: normal !important;
    font-family: "Sora", serif !important;
    letter-spacing: 5px;
}

.myryd_h5 h5{
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 35px !important;
    color: #7c7c7c !important;
    font-weight: 400 !important;
    font-family: "Sora", serif !important;
}

.myryd_pd_lr {
    padding-left: 140px;
    padding-right: 140px;
}
.text-success {
   background-color: green;   /* Green background */
   color: white !important;   /* White text */
   padding: 10px 20px;        /* Some padding around the text */
   border-radius: 12px;       /* Rounded corners */
   font-size: 16px;           /* Optional: adjust font size */
   font-weight: bold;         /* Optional: make the text bold */
   text-align: center;        /* Optional: center the text */
}
.text-danger {
    background-color: rgb(167, 0, 14);   /* Green background */
    color: white !important;   /* White text */
    padding: 10px 20px;        /* Some padding around the text */
    border-radius: 12px;       /* Rounded corners */
    font-size: 16px;           /* Optional: adjust font size */
    font-weight: bold;         /* Optional: make the text bold */
    text-align: center;        /* Optional: center the text */
 }

/* Show Input 1 by default */
#inputBoxDefultPickupLocation {
display: block;
}

/* Hide Input 2 by default */
#inputBoxCustomPickupLocation {
display: none;
}
/* Show Input 1 by default */
#inputBoxDefultPickupDate {
display: block;
}

/* Hide Input 2 by default */
#inputBoxCustomPickupDate {
display: none;
}


.about_us_btn .buttonMyrid {
    position: relative;
    background: transparent !important;
    padding: 16px 38px;
    border-radius: 0;
    border: 1px solid transparent;
    overflow: hidden;
    transition: background 0.5sease, border-color 0.5sease !important;
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 35px;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Sora" !important;
}

.about_us_btn .buttonMyrid:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #f86e2c 0%, #fff 100%);
    -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    transition: background 0.5sease-in-out !important;
}

.about_us_btn .buttonMyrid:hover:before {
    background: linear-gradient(90deg, #fff 0%, #f86e2c 100%);
}
/* common css end */

/* common class responsive start*/
@media only screen and (max-width: 1680px) {
    .myryd_pd_lr {
        padding-left: 80px;
        padding-right: 80px;
    }

    .myryd_h2 h2{
        font-size: 46px;
        line-height: 56px !important;
    }
    .myrydh3 h3 {
        font-size: 42px !important;
        line-height: 52px !important;
       letter-spacing: 3px;
    }

    .myryd_h5 h5{
        font-size: 22px;
        line-height: 32px !important;
    }
}


@media only screen and (max-width: 1440px) {

    .myrydh3 h3 {
        font-size: 38px !important;
        line-height: 48px !important;
       letter-spacing: 3px;
    }
    .myryd_pd_lr {
        padding-left: 60px;
        padding-right: 60px;
    }

    .myryd_h2 h2{
        font-size: 42px;
        line-height: 52px !important;
        letter-spacing: 4px;
    }

    .about_us_btn .buttonMyrid {
        padding: 14px 32px;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 32px;
    }

}


@media only screen and (max-width: 1280px) {
    .myryd_pd_lr {
        padding-left: 40px;
        padding-right: 40px;
    }

    .myryd_h2 h2{
        font-size: 38px;
        line-height: 48px !important;
    }
}



@media only screen and (max-width: 1024px) {
    .myryd_pd_lr {
        padding-left: 20px;
        padding-right: 20px;
    }
    .myrydh3 h3 {
        font-size: 34px !important;
        line-height: 44px !important;
       letter-spacing: 2px;
    }

    .about_us_btn .buttonMyrid {
        padding: 12px 28px;
        font-size: 18px;
        line-height: 28px;
    }

}


@media only screen and (max-width: 768px) {
    .myrydh3 h3 {
        font-size: 30px !important;
        line-height: 40px !important;   
    }
    .myryd_h2 h2{
        font-size: 32px;
        line-height: 42px !important;
    }

    .myryd_h5 h5{
        font-size: 18px;
        line-height: 28px !important;
    }

    .about_us_btn .buttonMyrid {
        padding: 10px 24px;
        font-size: 16px;
        line-height: 26px;
    }


}

@media only screen and (max-width: 600px) {
    .myryd_pd_lr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .myrydh3 h3 {
        font-size: 26px !important;
        line-height: 36px !important;   
    }
}

@media only screen and (max-width: 520px) {
    .myryd_h2 h2{
        font-size: 24px;
        line-height: 34px !important;
    }
    .myrydh3 h3 {
        font-size: 22px !important;
        line-height: 32px !important;   
    }
}

@media only screen and (max-width: 480px) {
    .myryd_h2 h2{
        font-size: 18px;
        line-height: 28px !important;
    }

    .myryd_h5 h5{
        font-size: 16px;
        line-height: 26px !important;
    }

    .about_us_btn .buttonMyrid {
        font-size: 14px;
        line-height: 24px;
    }
    .myrydh3 h3 {
        font-size: 20px !important;
        line-height: 30px !important;   
    }

}

@media only screen and (max-width: 360px) {
    .myryd_h2 h2{
        font-size: 16px;
        line-height: 26px !important;
    }
}

/* common class responsive end*/