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 */


a{
    text-decoration:none;
}

.bar{
    width:100%;
    height:25vh;
}
.bar img{
    width:100%;
    height:100%;
    object-fit:cover;
} 

.bar p{
    position: absolute;
    top: 30vh;
    left: 42%;
    backdrop-filter: blur(10px);
    padding: 15px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:27px;
    
}

form{
    background-color:black;
    margin-top:3%;
    padding:3%;
    color:white;
}

.box{
    display:flex;
    flex-direction:column;
    justify-content: center;
    margin:3%;
}

input,textarea{
    width:60%;
    max-height:10vh;
    border: 1px solid black;
}

input:hover,textarea:hover{
    border:3px solid rgb(58, 184, 230);
}

h2{
    color:black;
    font-family:cursive;
}

h3{
    font-family: 'Courier New', Courier, monospace;
}

button{
    margin-left:3%;
}

.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);
}


.rect{
    border: 3px solid black;
    width: 90%;
    height: 100vh;
    margin-left: 5%;
}

.phone{
    display: flex;
    flex-direction: row;
}
   
.iconimg{
    display:flex;
    align-items:center;
    padding-left: 3%;
    margin-right:9px;
}

#img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.number{
    height:9vh;
    display:flex;
    align-items:center;
}

.call{
    color:black;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left:9px;
}

.addr p{
    padding-left:5%;
}

.map{
    border:3px solid black;
    height:50vh;
    width:90%;
}

iframe{
    width:100%;
    height:100%;
    object-fit:cover;
}