@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
}

body{
    width: 100%;
    font-family: "Poppins", sans-serif;
}

/* start navbar */
.headers {
    background: #fffffffa;
    padding: 0;
    margin: 0;
}
.logos {
    width: 150px;
}

.navls {
    position: relative;
}

.navls::before {
    content: "";
    width: 105%;
    height: 100%;

    position: absolute;
    top: -2px;
    left: -3px;
    border-bottom: 2px solid #8f8888cc;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 10%;

    opacity: 0;

    transition: all 0.1s ease;
}

.navls:hover::before {
    animation: bounceIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
    opacity: 1;
}

.navls.active::before {
    opacity: 1;
}

.line1,
.line2,
.line3 {
    width: 25px;
    height: 3px;
    background-color: rgba(119, 121, 122, 0.863);
    margin: 6px;
}

.line2 {
    width: 20px;
}
/* end navbar */

/* start banner */
.bannersections {
    margin-top: 80px;
}

.item img {
    border-radius: 10px;
}
/* end banner */

/* start product section */
.centers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titles {
    width: 200px;

    position: relative;
}

.titles::before {
    content: "";
    width: 100%;
    height: 100%;

    position: absolute;
    top: 3px;
    left: -4px;
    border-bottom: 2px solid #8f8888cc;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 15%;
}

.corner-ribbon {
    position: relative;
}

.corner-ribbon__inner {
    /* Displayed at the top left corner */
    left: 0px;
    position: absolute;
    top: 0px;

    /* Size */
    height: 4rem;
    width: 4rem;

    /* Hide the part of its children which is displayed outside */
    overflow: hidden;
}

.corner-ribbon__ribbon {
    /* Position */
    left: 1rem;
    position: absolute;
    top: 1rem;

    /* Size */
    height: 1.5rem;
    width: 5.656rem;

    /* Displayed diagonally */
    transform: translate(-38px, -8px) rotate(-45deg);

    /* Background color */
    background-color: rgb(214, 158, 84);

    /* Centerize the text content */
    text-align: center;
    font-size: 16px;
}

.cards {
    background-color: rgba(119, 121, 122, 0.863);
    border-radius: 10px;

    transition: all 0.5s ease;
    cursor: pointer;
}

.cards:hover {
    background-color: rgba(216, 222, 224, 0.863);
    box-shadow: -6px 10px 6px -4px rgba(119, 121, 122, 0.863);
    -webkit-box-shadow: -6px 10px 6px -4px rgba(119, 121, 122, 0.863);
    -moz-box-shadow: -6px 10px 6px -4px rgba(119, 121, 122, 0.863);
}

.packagephotos {
    width: 120px;
    border-radius: 100%;
    border: 5px solid #00000060;
}

.packagetitles {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.packagetexts {
    font-size: 12px;
    font-weight: 400;
}

.dividers {
    width: 125px;
    height: 1px;
    text-align: center;
    display: block;
    margin: auto;
    background-color: #000;
}

.bars {
    width: 80%;
    height: 1px;
    background-color: black;
    margin-bottom: 2px;
}

.bg-customs1,.bg-customs2 {
    color: white;
    background-color: rgba(214, 165, 101, 0.918);
}

.bg-customs2 {
    background-color: rgba(66, 9, 9, 0.829);
}

.mores {
    width: 70px;
    height: 25px;
    background-color: rgb(85, 87, 88);
    border-radius: 20px;
}

.mores a {
    text-decoration: none;
    font-weight: 400;
    color: white;
}

.mores:hover {
    box-shadow: 1px 1px 1px 0px rgba(85, 87, 88, 0.637);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(85, 87, 88, 0.637);
    -moz-box-shadow: 1px 1px 1px 0px rgba(85, 87, 88, 0.637);
}
/* end product section */

/* start repair section */
.repairs {
    margin: 0;
    padding: 0;
    overflow: hidden;

    position: relative;
}

.repairimgs {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.repairoverlays {
    width: 300px;
    height: 404px;
    z-index: 2;

    cursor: pointer;

    position: absolute;
    top: 16.6%;
    right: 20%;

    opacity: 0.4;

    transition: all 0.5s ease;
}

.repairoverlays:hover {
    opacity: 1;
}

.repairboxs {
    width: 350px;
    height: 150px;
    background: url("../assets/img/photo_2024-01-28_22-10-13.jpg");
    opacity: 0.5;
    background-size: cover;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: absolute;
    top: 11.5%;
    left: 49%;

    transform: translateX(-50%);
}

.repairtexts {
    letter-spacing: 1px; 
    color: rgba(235, 235, 11, 0.966);
}

.repairtexttows {
    font-size: 12px; 
    letter-spacing: 3.3px;
}

.groups {
    display: flex;
    background-color: rgba(119, 121, 122, 0.863);
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.list-items {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.dots {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;

    transform: translateY(-3.5px);
}
/* end repair section */

/* start faq section */
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgba(119, 121, 122, 0.863);
}
    

.faqphotos {
    width: 400px;
    height: 270px;
    border-radius: 5px;
}
/* end faq section */

/* start app download section */
.appdownload {
    background-color: rgba(119, 121, 122, 0.863);
}
/* end app download section */

/* start footer section */
.footers {
    height: 150px;
    background: #111717;
    margin-top: -30px;
}

.footertexts {
    color: rgba(119, 121, 122, 0.863);
}

.footertexts span {
    font-size: 12px;
}


.boxs {
    font-size: 12px;
    text-align: start;
    /* margin-top: 210px; */
    /* margin-left: 40px; */
}

.boxs h6 {
    letter-spacing: 5px;
}

.boxs p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.6px;
}

.lines {
    width: 92%;
    height: 1px;
    background-color: rgba(119, 121, 122, 0.863);
    margin-top: 100px;
}

.scroll-to-top {
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgb(212, 175, 55);

    position: fixed;
    bottom: 30px;
    right: 30px;
}

.scroll-to-top:hover {
    background-color: rgb(212, 175, 55);
}

.scroll-to-top img {
    width: 100%;
    height: 100%;       
}
/* end footer section */

/* responsive css */
@media (max-width: 480px) {

    /* start navbar */
    .logos {
        margin: 10px;
    }

    .titles::before {
        width: 84%;
        top: 0px;
        left: 10px;
    }

    .navls {
        margin-left: 10px;
    }

    .navls::before {
        width: 100%;
        /* left: -10%; */
    }

    .nav-boxs {
        width: 180px;
        position: absolute;
        background-color: #fffffff1;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        padding: 10px 20px;
        box-shadow: 1px 0px 1px 0.5px #888888cb;;

        top: 103%;
        right: 3%;

        display: none;
    }

    .show {
        display: block;
    }
    /* end navbar */

    /* start banner */
    /* .carousel-indicators {
        top: 77%;
    } */
    .bannersections {
        margin-top: 90px;
    }
    /* end banner */

    /* start products */
    .packagephotos {
        width: 120px;
    }

    .overs {
        overflow: visible;
    }

    .cards {
        height: 182px;
        width: 400px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    /* end products */
    
    /* start repair */
    .repairboxs {
        width: 180px;
        height: 60px;

        top: 9%;
    }

    .repairoverlays {
        width: 90px;
        height: 105px;
        display: none;
        cursor: pointer;
    
        position: absolute;
        top: 19.3%;
        right: 18%;
    }

    .repairtexts {
        font-size: 14px;
        margin-top: 10px;
    }

    .repairtexttows {
        font-size: 7px;
        letter-spacing: 1.3px;
    }

    .list-items {
        font-size: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .dots {
        transform: translateY(0px);
    }

    .boxs {
        margin-top: 10px;
        margin-left: 10px;
    }
    /* end repair */

    /* start faq section */
    .faqphotos {
        width: 390px;
    }

    .section-title h1 {
        font-size: 27px;
    }
    /* end faq section */

    /* start app download */
    .handsets {
        width: 150px;
        height: 280px;
    }

    .downloadtexts h1 {
        font-size: 19px;
    }

    .downloadtexts h4{
        font-size: 16px;
    }

    .downloadtexts p {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .playstores {
        width: 100px;
    }

    .appstores {
        width: 100px;
    }

    .qrs {
        width: 50px;
        height: 60px;
    }
    /* end app download */

    /* start footer */
    .lines {
        margin-top: 30px;
    }
    /* end footer */
}

@media (min-width: 780px) {
    .headers {
        background: #ffffffc5;
        backdrop-filter: blur(10px)contrast(130%);
    }
}
