body {
    background: url('../assets/design1.jpg');
    background-size: repeat;
}

.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;
}

.copyright{
    background-color:#1c2331;
    color:white;
    padding:3%;
}

/* 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 */


html {
    scroll-behavior: smooth;
}

a {
    font-family: sans-serif;
    font-style: italic;
}

h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(4, 4, 101);
    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%;
}

a {
    text-decoration: none;
    ;
}

.box {
    /* border:3px solid black; */
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 36vh;
    margin-left: 5%;
    padding: 2px;
}

.left {
    /* border:3px solid rgb(52, 165, 236); */
    width: 20%;
    height: 33vh;
    margin-right: 5%;
    margin-top: 3vh;
}

.right {
    /* border:3px solid rgb(126, 218, 126); */
    width: 75%;
    overflow: scroll;
}

#img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

@media screen and (max-width:600px) {
    .box {
        flex-direction: column;
        height: 85vh;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
    }
}


.big1 {
    /* border:1px solid black; */
    display: flex;
    flex-direction: row;
    margin: 3%;
    padding: 2%;
}

.big1 .first1 {
    /* border:1px solid orange; */
    background: white;
    width: 75%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 3%;
    border-radius: 12px;
}

.big1 .second1 {
    /* border:1px solid orange; */
    background: whitesmoke;
    width: 22%;
    margin-left: 4%;
    height: 32vh;
    box-shadow: 10px 10px 5px black;
    border-radius: 15px;
}

.big1 .third1 {
    /* border:1px solid orange; */
    background: whitesmoke;
    width: 23%;
    margin-right: 4%;
    height: 32vh;
    box-shadow: 5px 10px 5px black;
    border-radius: 15px;
}

.big1 .second1:hover,
.third1:hover {
    box-shadow: 0px 0px 0px white;

}


.big1 .second1 img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin: 4%;
}

.big1 .third1 img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin: 4%;
}

@media screen and (max-width:720px) {
    .big1 {
        /* border:1px solid black; */
        display: flex;
        flex-direction: column;
        margin: 3%;
        padding: 2%;
    }

    .big1 .first1 {
        width: 90%;
        margin-bottom:3%;
    }

    .big1 .second1 {
        width: 65%;
        margin-left: 14%;
        height: 34vh;
        box-shadow: 10px 10px 5px black;
        border-radius: 15px;
        margin-bottom: 7%;
    }

    .big1 .third1 {
        /* border:1px solid orange; */
        width: 65%;
        margin-left: 14%;
        height: 34vh;
        box-shadow: 10px 10px 5px black;
        border-radius: 15px;
        margin-bottom: 25%;
    }

    .big1 .second1:hover,
    .third1:hover {
        box-shadow: 0px 0px 0px white;

    }


    .big1 .second1 img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        margin: 4%;
    }

    .big1 .third1 img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        margin: 4%;
    }
}


.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);
}
