@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.home {
    background-image: url(images/ultralast.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}


.imgcontent {
    width: 90%;
    height: 100%;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgcontent h1 {
    font-family: "jost",serif;
    font-size: 3.5vmax;
    font-weight: 550;
}

.imgcontent span {
    border-top: 2px solid black;
    font-family: "Cinzel Decorative", serif;
    font-size: 3.5vmax;
}

.imgcontent p {
    text-decoration: none;
    background-color: #d1a127;
    color: black;
    padding: 1vmin 2vmin;
    border-radius: 40px;
    text-align: center;
    margin-top: 2%;
    font-size: 2vmax;
    border: 1px solid black;
    display: block;
    cursor: pointer;
}

.process {
    text-align: center;
    margin-top: 3%;
}

.process span {
    text-align: center;
    font-size: 3vmax;
    font-weight: 500;
    border-bottom: 2px solid black;
}

.wholebox {
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
}

.bigbox {
    width: 23%;
    text-align: center;
}

.boxcontent h6 {
    font-size: 1.5vmax;
}

.boxcontent p {
    font-size: 1.2vmax;
}


.box img {
    width: 70%;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 1px black;
}

.box img:hover {
    box-shadow: 5px 5px 10px 1px black;

}

.allservices {
    margin-top: 2%;
    display: flex;
    justify-content: space-around;
}

.allservicesspan {
    text-align: center;
    margin-top: 3%;
}

.allservicesspan span {
    font-size: 3vmax;
    font-weight: 500;
    border-bottom: 2px solid black;

}

.mainbox {
    width: 18%;
    overflow-x: hidden;
}

.imgbox img {
    width: 100%;
    border: 2px solid goldenrod;
    padding: 2%;
    border-radius: 5%;
}

.title_service h2 {
    font-weight: 550;
    text-align: center;
    font-size: 1.8vmax;
}

.title_service a{
    text-decoration: none;
}

.bulk_click{
    text-decoration: none;
    color: black;
}


.whatsapp-icon i {
    font-size: 3vmax;
    position: fixed;
    bottom: 6%;
    left: 2%;
    background-color: rgb(42, 164, 42);
    color: white;
    padding: 0.7%;
    border-radius: 50%;
    z-index: 9997;
}

.discount {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000a7;
    z-index: 10000;
    display: none;
}

.discount_box {
    position: absolute;
}

.discount_box i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.testimonials {
    margin: 4% 0;
    overflow: hidden;
}

.testimonials_heading {
    text-align: center;
    font-size: 3vmax;
    font-weight: 500;
    margin-bottom: 2%;
}

.testimonials_heading span {
    border-bottom: 2px solid black;
}


.bottom_video {
    display: flex;
    justify-content: center;
}

.bottom_video video {
    width: 60%;
    border-radius: 4%;
}


/* TESTIMONIALS EFFECT STAR */
/* TESTIMONIALS EFFECT STAR */


.slider-test {
    display: flex;
    text-align: center;
    transition: transform 0.5s ease-in-out;
}

.slide-test {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.maintest p{
    width: 70%;
    margin: 0 auto;
    line-height:28px;
}

.testfooter {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.testfooter img {
    width: 80px;
    border-radius: 50%;
}

.testfooter span {
    font-size: 2.5vmax;
    font-weight: 600;
}

.testfooter i {
    font-size: 5vmax;
    color: rgba(0, 0, 0, 0.297);
}

/* TESTIMONIALS EFFECT END */
/* TESTIMONIALS EFFECT END */


.contact {
    display: flex;
    justify-content: center;
    margin: 70px 0;
}


.phonebox {
    width: 23%;
    height: 200px;
    border: 1px solid lightgrey;
    text-align: center;
    font-size: 1.5vmax;
    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
    margin: 0 10px;
    transition: all 0.1s ease-in;
}

.phonebox:hover {
    box-shadow: -12px 10px 20px 7px #dad8d8;
    transform: scale(1.002);
}

.phonebox i {
    font-size: 2vmax;
    color: goldenrod;
}

.phonebox a {
    font-size: 1.5vmax;
    font-weight: 500;
    color: black;
    text-decoration: none;
}


.connectwithus {
    text-align: center;
}


.connectwithus span {
    font-weight: 500;
    font-size: 3vmax;
    border-bottom: 2px solid black;
}


/* THIS CODE IS FOR TABLET DEVICES */

@media (max-width: 768px) and (min-width: 452px) {
    .phonebox {
        height: 150px;
    }
}




/* CODE FOR MOBILE DEVICES */

@media (max-width:450px) {


    .home {
        background-image: url(images/mobileBanner.jpg);
        height: 60vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .home::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }


    .whatsapp-icon i {
        font-size: 5vmax;
    }

    .imgcontent {
        color: white;
        width: 100%;
        position: absolute;
    }

    .imgcontent span {
        border-top: 2px solid rgb(207, 5, 5);
    }

    .imgcontent a {
        margin-top: 8%;
    }

    .wholebox {
        flex-direction: column;
    }

    .bigbox {
        margin-top: 10px;
        display: flex;
        width: 100%;
        text-align: left;
        justify-content: center;
    }

    .box {
        width: 50%;
    }

    .boxcontent {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .boxcontent h6 {
        text-align: center;
    }

    .title_service h2 {
        font-size: 2.5vmax;
    }

    .bulk_click{
    border-radius: 50px;
    }


    .allservices {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .mainbox {
        width: 90%;
        margin-bottom: 30px;
    }


    .testimonials_slider {
        width: 85%;
        height: 40vmax;


    }

    .connectwithus {
        margin-top: 20px;
    }


    .contact {
        flex-direction: column;
        align-items: center;

    }

    .phonebox {
        height: 100px;
        margin: 5px 0;
        width: 80%;
    }

    .slider-test {
        margin-top: 20px;
    }

    .maintest p{
        width: 85%;
    }
    
    .bottom_video video {
        width: 100%;
    }


}