/*
Theme Name: RTS Plastics
  */

/* ----------------- universal ---------------- */
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Rubik", sans-serif;
}

.main-btn {
    padding: 8px 20px;
    background-color: #D30115;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.3s ease; 
}

.main-btn:hover {
    background-color: #FF4E55;
    transform: scale(1.1);
}

a{
    text-decoration: none;
}

/* --------------------------------------------- */

/* --------------- top banner (nav section) ------------------  */
.banner_section{
    background-image: url('./Assets/Banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_nav_logo img{
    width: 70px;
}

.nav_contact_call_btn{
    background: transparent;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav_contact_call_btn img{
    width: 25px;
}

.banner_nav_contact{
    gap: 10px;
}

/* --------------- top banner (below section) ------------------  */
.banner_main_section {
    padding: 0 13rem;
    margin-top: 4rem;
    padding-bottom: 2rem !important;
}

.banner_txt_sec{
    padding-top: 6rem;
}

.banner_txt_sec h1{
    color: #fff;
    font-size: 48px;
    font-weight: 800;
}

.banner_txt_sec p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.avail_box{
    width: 110px;
    height: 40px;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #073869;
}

.avail_box p{
    margin-bottom: 0;
}

.available_boxes{
    width: 400px;
}

.available_boxes_r1{
    display: flex;
    justify-content: space-between;
}

.available_boxes_r2{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.banner_form_inner{
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
    background-color: #073869;
    width: 400px;
    color: #FFFF;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    position: relative;
}

.guaranteed_badge {
    position: absolute;
    top: 0;
    right: -120px;
    transform: translate(-50%, -50%);
}

.guaranteed_img {
    width: 150px;
}

.banner_form_inner input, textarea{
    width: 90%;
}

.banner_form_inner input{
    height: 40px;
    padding: 8px;
    border-radius: 5px;
    border: none;
}

.banner_form_inner textarea{
    height: 100px;
    padding: 8px;
    border-radius: 5px;
    border: none;
}

.banner_form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* --------------------------------------------- */

/* ------------------- slider ------------------ */
.item {
    position: relative;
}

.testimonial {
    padding-left: 20px;
    border-radius: 5px;
    margin: 10px;
    color: #fff;
    text-align: center;
}


.testimonial_p {
    font-size: 15px;
    line-height: 25px;
    color: #033D6A;
}

.slider_ico{
    width: 20px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

/* --------------------------------------------- */


/* --------------- made better ------------------  */
.made_better_inner{
    padding-bottom: 2rem;
}

.made_better_box {
    width: 360px;
    padding: 20px;
    border-radius: 20px;
    border-bottom: 4px solid #073869;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


.made_better_box h4{
    font-size: 22px;
}

.made_better_box p{
    color: #25313E;
}

.made_better_box p{
    font-weight: 400;
    font-size: 14px;
}

/* ------------------ discover our range ------------------ */
.discover_range_sec{
    padding-bottom: 2rem;
}

.discover_range_sec_inner h2{
    font-weight: 600;
}

.discover_box{
    width: 500px;
}

.discover_box_img img{
    width: 100%;
}

.discover_box_txt{
    border: solid 1px black;
    border-top: none !important;
    padding: 35px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.discover_box_pts p{
    font-size: 14px;
    color: #25313E;
}

.discover_box_sub{
    font-size: 14px;
    color: #25313E;
}

/* ------------------ our guarantees ------------------ */
.guarantees_inner{
    padding-bottom: 2rem;
}

.guarantees_inner h2{
    font-weight: 600;
}

.guarantee_box{
    width: 350px;
    background-image: linear-gradient(to bottom left, #203A55, #073869);
    border-radius: 20px;
    padding: 25px;
    color: #fff;
}

.guarantee_box img{
    width: 60px;
}

.guarantee_box h3{
    font-size: 26px;
}

.guarantee_box p {
    font-size: 14px;
    font-weight: 300;
}

/* ------------------ distributors love us ------------------ */
.distributors_love_sec{
    padding-bottom: 2rem;
}

.distributors_love_inner {
    padding: 0 13rem;
}

.distributors_love_img img{
    width: 500px;
}

.distributors_love_txt{
    background-color: #073869;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:  0 4rem;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.distributors_love_txt h3{
    font-size: 40px;
    font-weight: 800;
}

.distributors_love_txt p {
    font-size: 18px;
    font-weight: 300;
}

/* ------------------ about rts ------------------ */
.about_rts_inner{
    padding: 0 13rem;
    padding-bottom: 2rem !important;
}

.about_rts_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5rem;
}

.about_rts_txt h2{
    font-weight: 800;
}

.about_rts_txt p{
    font-size: 28px;
    font-weight: 400;
}

.rts_txt_details p{
    font-size: 16px;
    color: #25313E;
}

.about_rts_img img{
    width: 500px;
}

.about_rts_btn_parent button{
    background: transparent;
    border: none;
    color: #D30115;
}

.hidden {
    display: none;
}


/* ------------------ join the rts ------------------ */
.join_rts_inner{
    padding: 0 13rem;
    padding-bottom: 2rem !important;
}

.join_rts_box{
    background-color: #073869;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.join_rts_box p{
    font-size: 22px;
}

/* ------------------ testimonial ------------------ */
.testimonial_sec{
    padding-bottom: 2rem;
}

.testimonial_inner h2{
    font-weight: 600;
}

.testimonial_box{
    width: 400px;
    border: #073869 solid 1px;
    padding: 25px;
    border-radius: 20px;
}

.testi_client img{
    width: 60px;
}

/* ------------------ contact ------------------ */
.contact_map{
    width: 50%;
}

.contact_map img{
    width: 100%;
    height: 100%;
}

.contact_form_sec{
    background-color: #073869;
    width: 50%;
    color: #FFFF;
    padding: 50px;
}

.contact_form_r1, .contact_form_r2{
    display: flex;
    gap: 15px;
}

.contact_form_r1 input, .contact_form_r2 input{
    width: 250px;
    height: 40px;
    padding: 8px;
    border-radius: 5px;
    border: none;
}

.contact_form_r3 textarea{
    width: 510px;
    padding: 8px;
    border-radius: 5px;
    border: none;
}

.contact_form_r2, .contact_form_r3{
    margin-top: 2rem;
}

/* ------------------ footer ------------------ */
.footer_inner{
    background-color: #25313E;
    color: #fff;
}

.footer_inner p{
    font-size: 14px;
}

/* call button */
.call-now-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #D30115;
    color: #fff;
    border: none;
    border-radius: 20px;
    width: 100px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }

/* --------- media queries ---------- */

/* larger width */

@media (min-width: 992px) {
    .call-now-btn {
      display: none;
    }
  }

@media (min-width: 1900px){
    .banner_main_section {
        padding: 0 24rem;
    }

    .distributors_love_inner {
        padding: 0px 24rem;
    }

    .about_rts_inner {
        padding: 0 24rem;
    }

    .join_rts_inner {
        padding: 0 24rem;
    }
}

@media (min-width: 2500px){
    .banner_main_section {
        padding: 0 44rem;
    }

    .distributors_love_inner {
        padding: 0px 44rem;
    }

    .about_rts_inner {
        padding: 0 44rem;
    }

    .join_rts_inner {
        padding: 0 44rem;
    }

    .contact_form_sec {
        padding: 150px;
    }
}

/* smaller width */
@media (max-width: 1450px){
    .banner_main_section {
        padding: 0 10rem;
    }

    .distributors_love_inner {
        padding: 0 10rem;
    }

    .about_rts_inner {
        padding: 0 10rem;
        padding-bottom: 2rem !important;
    }

    .join_rts_inner {
        padding: 0 10rem;
    }
}

@media (max-width: 1380px){
    .distributors_love_inner {
        padding: 0 8rem;
    }

    .about_rts_inner {
        padding: 0 8rem;
    }

    .join_rts_inner {
        padding: 0 8rem;
    }
}

@media (max-width: 1300px){
    .banner_main_section {
        padding: 0 7rem;
    }

    .distributors_love_inner {
        padding: 0 7rem;
    }

    .about_rts_inner {
        padding: 0 7rem;
    }

    .join_rts_inner {
        padding: 0 7rem;
    }

    .testimonial_box {
        width: 350px;
    }

    .discover_box_parent {
        gap: 80px !important;
    }

    .distributors_love_inner {
        padding: 0 5rem;
    }

    .about_rts_inner {
        padding: 0 5rem;
    }

    .join_rts_inner {
        padding: 0 5rem;
    }
}

@media (max-width: 1050px){
    .banner_main_section {
        padding: 0 1rem;
    }

    .guaranteed_img{
        width: 140px;
    }

    .guaranteed_badge {
        right: -87px;
    }

    .made_better_box {
        width: 300px;
    }

    .discover_box_parent {
        gap: 20px !important;
    }

    .discover_box {
        width: 470px;
    }

    .discover_box_txt {
        height: 550px;
    }

    .guarantee_box {
        width: 300px;
    }

    .distributors_love_inner {
        padding: 0 2rem;
    }

    .distributors_love_txt {
        padding: 0 2rem;
    }

    .about_rts_inner {
        padding: 0px 2rem;
    }

    .join_rts_inner {
        padding: 0 2rem;
    }

    .testimonial_box {
        width: 285px;
    }

    .contact_form_r3 textarea {
        width: 440px;
    }
}

@media (max-width: 992px){
    .nav_contact_call_btn{
        display: none;
    }

    .banner_main_section {
        flex-direction: column;
        align-items: center;
    }

    .banner_txt_sec h1 {
        text-align: center;
        font-size: 55px;
    }

    .banner_txt_sec {
        padding-top: 0rem;
    }

    .banner_form_inner {
        margin-top: 5rem;
        width: 480px;
    }

    .banner_available{
        margin-top: 2rem;
    }

    .made_better_box_parent{
        flex-direction: column;
        align-items: center;
    }

    .discover_box_parent{
        flex-direction: column;
        align-items: center;
    }

    .guarantee_box_parent {
        flex-direction: column;
        align-items: center;
    }

    .discover_box_txt {
        height: 560px;
    }

    .distributors_love_inner{
        flex-direction: column;
        align-items: center;
    }

    .distributors_love_txt {
        padding: 3rem 2rem;
    }

    .distributors_love_txt{
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align: center;
    }

    .distributors_love_img img {
        width: 800px;
        margin-top: 3rem;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .distributors_love_btn {
        display: flex;
        justify-content: center;
    }

    .about_rts_inner{
        flex-direction: column;
        align-items: center;
    }

    .about_rts_txt {
        text-align: center;
    }

    .about_rts_txt {
        padding-right: 0rem;
    }

    .about_rts_txt {
        text-align: center;
        padding: 0 4rem !important;
    }

    .about_rts_img img {
        width: 800px;
        margin-top: 1rem;
    }

    .join_rts_inner {
        padding: 0 5rem;
    }

    .join_rts_box p {
        font-size: 16px;
    }

    .testimonial_box_parent {
        flex-direction: column;
        align-items: center;
    }

    .testimonial_box {
        width: 420px;
    }

    .contact_inner{
        flex-direction: column;
        align-items: center;
    }

    .contact_form_sec {
        width: 100%;
    }

    .contact_map {
        width: 100%;
    }

    .contact_form_sec {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact_form_r3 textarea {
        width: 515px;
    }

}

@media (max-width: 850px){
    .distributors_love_img img {
        width: 680px;
    }

    .guaranteed_badge {
        right: -115px;
    }

    .about_rts_img img {
        width: 680px;
    }

    .join_rts_inner {
        padding: 0 3rem;
    }

    .join_rts_box {
        gap: 38px !important;
    }
}

@media (max-width: 780px){
    .join_rts_box {
        padding: 1rem 1rem;
        gap: 10px !important;
    }
}

@media (max-width: 500px){
    .banner_available{
        flex-direction: column;
    }

    .banner_txt_sec h1 {
        font-size: 42px;
    }

    .banner_txt_sec p {
        text-align: center;
    }

    .banner_form_inner {
        margin-top: 3rem;
        width: 450px;
    }

    .guaranteed_badge{
        display: none;
    }

    .discover_box {
        width: 450px;
    }

    .guarantee_box {
        width: 340px;
    }

    .distributors_love_txt {
        padding: 2rem 1rem;
    }

    .distributors_love_txt h3 {
        font-size: 30px;
    }

    .distributors_love_img img {
        width: 410px;
    }

    .about_rts_txt {
        padding: 0 0rem !important;
    }

    .about_rts_img img {
        width: 410px;
    }

    .join_rts_box{
        flex-direction: column;
        align-items: center;
    }

    .join_rts_inner {
        padding: 0 2rem;
    }

    .join_rts_box p {
        text-align: center;
    }

    .contact_form_r1 input, .contact_form_r2 input {
        width: 220px;
    }

    .contact_form_r3 textarea {
        width: 456px;
    }

    .main-btn {
        padding: 8px 18px;
    }
}

@media (max-width: 450px){
    .banner_txt_sec h1 {
        font-size: 35px;
    }

    .banner_txt_span{
        font-size: 30px;
    }

    .banner_form_inner {
        width: 400px;
    }

    .discover_box {
        width: 400px;
    }

    .discover_box_txt {
        padding: 20px;
    }

    .distributors_love_txt h3 {
        font-size: 28px;
    }

    .distributors_love_txt_span{
        font-size: 28px !important;
    }

    .distributors_love_img img {
        width: 370px;
    }

    .about_rts_img img {
        width: 370px;
    }

    .join_rts_box p {
        font-size: 13px;
    }

    .testimonial_inner h2 {
        font-size: 19px;
    }

    .testimonial_box {
        width: 390px;
    }

    .contact_form_sec h2{
        font-size: 22px;
    }

    .contact_form_r1 input, .contact_form_r2 input {
        width: 191px;
    }

    .contact_form_r3 textarea {
        width: 400px;
    }
}

@media (max-width: 400px){
    .banner_txt_sec h1 {
        font-size: 30px;
    }

    .banner_txt_span {
        font-size: 26px;
    }

    .available_boxes {
        width: 360px;
    }

    .banner_form_inner {
        width: 350px;
    }

    .discover_box {
        width: 350px;
    }

    .distributors_love_txt h3 {
        font-size: 24px;
    }

    .distributors_love_txt_span {
        font-size: 18px !important;
    }

    .distributors_love_txt p {
        font-size: 16px;
    }

    .distributors_love_img img {
        width: 330px;
    }

    .about_rts_img img {
        width: 330px;
    }

    .testimonial_inner h2 {
        font-size: 16px;
    }

    .testimonial_box {
        width: 350px;
    }

    .testimonial_box {
        padding: 16px;
    }

    .contact_form_sec h2 {
        font-size: 20px;
    }

    .contact_form_r1 input, .contact_form_r2 input {
        width: 167px;
    }

    .contact_form_r3 textarea {
        width: 350px;
    }
}

