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; */
}

a{
    text-decoration:none;
}

@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%;
    }
    .card img{
        height:75vh;
    }
}

/* topbar styling */


.poster{
    display:flex;
    justify-content:center;
    align-items:center;
    border: 2px solid black;
    width: 90%;
    height: 7rem;
    border-radius: 12px;
    margin-left:5%;
    margin-right:5%;
    background: url("../assets/bg.jpg");
    background-size: cover;
    
}

.text{
    font-family: cursive;
    font-weight: 300;
    font-size:30px;
    padding: 1%;
    background-color:transparent;
    backdrop-filter: blur(12px);
}

.row{
    margin-left:12px;
}

.box{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(325px,0.95fr));
}

.prod_details{
    padding:15px;
    width:100%;
    height:50%;
    top:50%;
    right:-100%;
    position:absolute;
    background:#1f3d4738;
    color:rgb(245, 224, 224);
    font-weight:10;
    backdrop-filter: blur(9px);
    display:none;
    transition: 10s ease-in-out;
    animation: 3s ease-in 1s  slidein;
    }  

.card:hover .prod_details{
    display:flex;
    flex-direction:column;
    justify-content:center;
    /* align-items:center; */
    right:0;
}

.matter{
    padding-bottom:5%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:18px;
    font-weight:300;
    overflow-y: auto;
}

.matter strong{
    color:rgb(40, 40, 42);
    font-family:'Times New Roman', Times, serif;
    font-size:21px;
    font-weight:250;
}

.card{
    
    border-radius:12px;
}

.whtsappicon{
    border:3px solid rgb(27, 205, 225);
    width: 48px;
    height: 48px;
    margin:10px;
    border-radius:50%;
    position:fixed;
    bottom:1%;
    right:0;
    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;
  }

  a{
    text-decoration: none;
  }

  .inquiry{
    border:2px solid black;
    padding:6px;
    width:90%;
    margin-left:5%;
    height:fit-content;
    
  }

  .inquiry hr{
    background-color:black;
    padding:1px;
    width:60%;
  }

  form .dabba{
    display:flex;
    flex-direction:row;
  }

  .left,.right{
    width:50%;
  }

  input{
    width:60%;
    border-radius:12px;
  }

  input:hover,textarea:hover{
    border:2px solid dodgerblue;
  }

 
 .card img{
     height:55vh;
 }

 

