body {
    background: url('../assets/design1.jpg');
    background-size: repeat;

}

/* topbar styling */
.big {
    border: 1px solid black;
    width: 100%;
    height: 27vh;
    display: flex;
    flex-direction: row;
    background-color: white;
}

.bundle1 {
    display: flex;
    justify-content: center;
    width: 25%;
    height: 27vh;
    border: 1px solid black;
    background-color: white;
}

.bundle1 .first {
    height: 26vh;
}

.first img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bundle2 {
    width: 75%;
    height: 26vh;
    display: flex;
    flex-direction: column;
    /* border:1px solid dodgerblue; */
}

.bundle2 .second {
    height: 23vh;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
}

.bundle2 .second .gst {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width: 75%;
    background-color:whitesmoke;
    color: black;
    font-size: 18px;
     border:1px solid black; 
}

.bundle2 .second .handles {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;

}

.bundle2 .second .handles i {
    margin-right: 9%;
}


.bundle2 .third {
    height: 12vh;
    z-index:5;
    /* border:1px solid orange; */
}

@media screen and (max-width:760px) {

    .big {
        border: 1px solid black;
        width: 100%;
        height: 21vh;
        display: flex;
        flex-direction: row;
    }

    .bundle1 {
        display: flex;
        align-items: center;
        width: 34%;
        height: 21vh;
        border: 1px solid black;
    }

    .bundle1 .first {
        height: 20vh;
    }

    .bundle2 {
        width: 66%;
        height: 20vh;
        display: flex;
        flex-direction: column;
        /* border:1px solid dodgerblue; */
    }

    .bundle2 .second {
        height: 21vh;
        border: 1px solid black;
        display: flex;
        flex-direction: row;
    }

    .bundle2 .second .gst {
        height: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        
    }




    .bundle2 .second {
        flex-direction: column;

    }

    .bundle2 .second .handles {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;

    }

    .bundle2 .second .gst {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }
}

/* topbar styling */

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1%;
    background-color: rgb(244, 246, 246);
}

.social i {
    margin-right: 1%;
    width: 21px;
}


.carousel-item img {
    filter: brightness(1.15);
}

.forImage img {
    filter: brightness(1.5);
}

a {
    font-family: sans-serif;
    font-style: italic;
}

h3 {
    font-family: 'Times New Roman', Times, serif;
    filter: drop-shadow(5px 5px 15px black);
    color: black;
    margin-top: 1%;
    margin-bottom: 1%;
}

.matter {
    margin: 2%;
    padding: 3%;
    background-color: whitesmoke;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 3%;
    font-style: oblique;
    font-weight: 300;
    font-size: larger;
}

ul {
    list-style-type: square;
}

ul li {
    margin-top: 1%;
    margin-bottom: 1%;
}

.collection {
    margin: 2%;
}

.odd {
    display: flex;
    justify-content: center;
}

.services {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.card {
    border: 2px double black;
}

.card:hover {
    /* Styles for when the card is hovered over */
    border: 2px solid rgb(31, 192, 232);
}

/* .card img{
    width:100%;
    height:90%;
    object-fit:cover;
} */
a {
    text-decoration: none;
    ;
}

/* cards styling */

.square {
    border: 2px solid black;
    width: 39%;
    height: 45vh;
    margin-left: 7%;
}

.square:hover {
    border: 2px solid rgb(31, 192, 232);
    /* box-shadow: 10px 5px 5px black; */

}

.forImage {
    /* border:2px solid rgb(44, 170, 212); */
    width: 90%;
    height: 60%;
    margin-left: 5%;
    margin-top: 1vh;
}

.forImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(5px 5px 15px black);
}

.forName {
    /* border:2px solid rgb(44, 170, 212); */
    width: 90%;
    /* height:15%;     */
    margin-left: 5%;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    ;
    align-items: center;

}

.whtsappicon {
    border: 3px solid rgb(27, 205, 225);
    width: 48px;
    height: 48px;
    margin: 10px;
    border-radius: 50%;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 5;
}

.whtsappicon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    backdrop-filter: blur(30px);
}

.whtsappicon:hover {
    transform: scale(1.1);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

@media screen and (max-width:600px) {
    .row {
        display: flex;
        flex-direction: column;
    }

    .square {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 50px;
    }

}

@media screen and (max-width:600px) {
    .topbar #first {
        height: 12vh;
    }

    .topbar #second {
        height: 6vh;
    }
}


.customer {
    border: 1px solid black;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.customer_heading {
    border: 1px solid black;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../assets/winter-2054297_1280.jpg');
    background-repeat: repeat;
    background-size: cover;
    backdrop-filter: blur(10px);
}

.two_in_one {
    /* border:1px solid black; */
    display: flex;
    flex-direction: column;

}

.flagsbox {
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    padding: 1%;
    padding-left: 5vw;
    background: url('../assets/winter-2054297_1280.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}



.flagsbox .flag {
    border: 1px solid black;
    border-radius: 12px;
    width: 12vw;
    height: 15vh;
    margin-right: 3vw;
}

.name {
    display: flex;
    justify-content: center;
    border-radius: 12px;
    width: 12vw;
    margin-right: 3vw;
}


.flagsbox .flag img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:760px) {
    .flagsbox {
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1%;
        padding-left: 5vw;
        background: url('../assets/winter-2054297_1280.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .flagsbox .flag {
        border: 1px solid black;
        border-radius: 12px;
        width: 32vw;
        height: 12vh;
        margin-right: 0;
        margin: 1vh;
    }

    .name {
        margin-right: 0;
        margin-left: 9vw;

    }
}

.copyright{
    background-color:#1c2331;
    color:white;
    padding:3%;
}




.carousel-item img{
    height:100vh;
}