
/* --------------------------------------- RESPONSIVE CSS media query---------------------- */
@media only screen and (min-width:800px){
    nav ul{
        display: flex;
    }
}
@media  only screen and (max-width:1200px){
    
    .content-right{
        font-size: 25px;
    }

    nav ul li {
        margin-left: 0px;
        padding: 6px;
        font-size: 12px;
    }
    .navigation{
        bottom: 10px;
    }
    .card{
        margin: 0 20px;
    }
    /* ----------------- our story ----------------- */
    .rel-images img{
        width: 150px;
        height: 150px;
    }   
    .member{
        padding: 30px;
    }
    .name{
        font-size: 25px;
    }
    .post{
        font-size: 17px;
    }
}

@media only screen and (max-width:1000px){
    .header{
        height:30px;
    }
    .itemsLeft{
        margin-left: 25px;
    
}
.itemsLeft i , .itemsLeft a{
    margin-right: 5px;
    font-size: 12px;
}
.itemsRight i {
    font-size: 12px;
}

    nav ul li {
        margin-left: 0px;
        padding: 0px;
        font-size: 12px;
    }
    nav img{
        margin-left: 20px;
        padding: 2px;
        width: 50px;
    height: 67px;
    }

    .img-slider{
        height: 70vh;
    }
    .bg-text{
        padding: 50px 120px;
    }
    .bg-text h4{
        font-size:40px;
    }

        .title-head {
            font-size: 35px;
            text-align: center;
            margin: 10px 0;
        }

    .content-right{
        font-size: 20px;
    }
    .content-right a{
        margin-top: 80px;
    }
    .product-card p{
        font-size: 10px;
    }
    .useless-right h1 {
        font-size: 55px;
    }
    .useless-right p{
        font-size: 22px;
    }
    .card {
        margin: 0 15px;
        line-height: 15px;
    }
    .content hr{
        
        width:30px;
        height: 2px;
        margin: 2.5px;
    }
    .c-head{
        font-size: 20px;
        padding: 10px;
    }
    .c-txt{
        padding:16px;
        font-size: 10px;
    }
    .up{
        
        margin: 0 50px;
    }
    .ft{
        padding: 20px;
    }
    .ft h1{
        
        line-height: 70px;
        font-size: 35px;
    }
    .ft p{
        font-size: 15px;
    }
    .ft i{
        font-size: 15px;
    }
    .last{
        padding: 20px;
    }
    


/* -------------------------our story----------------------   */
    .about-banner{
        height: 80vh;
    }
    .ab-bg-text{
        padding: 40px 130px;
    }
    .ab-bg-text h4, .ab-bg-text p{
        padding: 10px;
        font-size: 30px;
    }
    .ab-txt p {
        line-height: 25px;
        font-size: 15px;
    }
    .member{
        padding: 22px;
    }
    .name{
        font-size: 20px;
    }
    .post{
        font-size: 14px;
    }
    .mail a{
        font-size: 12px;
    }

    .rel-images img{
        width: 120px;
        height: 120px;
        padding: 8px;
    }
    .story-img{
        height: 400px;
    }
    
/* -----------------gallery--------------  */

    .desc-det h3{
        font-size: 25px;
    }
    .desc-det h4{
        font-size: 18px;
    }
    .desc-det {
        padding: 12px;
    }
    .desc-det p{
        font-size: 16px;
    }
    


/* ----------------------Get In Touch-------------------- */



.info{
    margin: 20px 0;
  

}
.info i{
    font-size: 20px;

}
.info h2{
  
    font-size: 15px;
}

.info p{
    font-size: 12px;
}

    
}


@media only screen and (max-width:800px){
  header{
        height:30px;
    }
    .itemsLeft{
        margin-left: 0px;
    
}
.itemsLeft i , .itemsLeft a{
    margin-right: 5px;
    font-size: 12px;
}
.itemsRight i {
    font-size: 12px;
}




     nav{
        padding: 0 15px;
        flex-direction: column;
        justify-content: space-between;
    }
    nav ul{
        display : none;
        flex-direction: column;
    }
    .burger{
        display: flex;
    }
    nav img{
        width: 50px;
        height: 50px;
        margin-left: 10px;
        padding: 0px;
    }
    .slider-body{
        height: 40vh;
    }
    .img-slider{
        height: 40vh;
    }
    .bg-text{
        padding: 20px 70px;
    }
    .bg-text button{
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
    .bg-text h4{
        font-size:25px;
    }
    .navigation .btn{
        width: 5px;
        height: 5px;
        margin: 5px;
        bottom: 2px;
    }


    .title-head {
        text-align: center;
    margin-bottom: 10px;
    margin-top: 10px
    }
    
    
    .title-head h3{
        letter-spacing: 2px;
        font-size: 30px;
    }
    .title-head{
        font-size: 35px;
    }

    .container{
        line-height:30px;
        flex-direction: column-reverse;
    }
    .content-left{
        width: 60%;
    }
    .content-right{
        text-align: center;
        width: 60%;
        font-size: 15px;
        padding: 0px 80px;
    }
    .content-right a{
        margin-top: 30px;
    }
    .col-4{
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 40px;
    }
    .card{
        height: 400px;
            width: 300px;
            margin-bottom: 30px;
        }
    .card img{
        width: 300px;
        height:400px
    }
    .content{
        height: 400px;
        justify-content: space-evenly;
    }
    .content hr{
        
        width: 30%;

        height: 2px;
        margin: 2px;
    }
    .c-head{
        font-size: 25px;
        padding: 8px;
    }
    .c-txt{
        line-height: 18px;
        padding: 15px;
        font-size: 14px;
    }






    .block{
        font-size: 12px ;
        margin-top: 10px;
        width: 300px;
        padding: 30px 20px;
    }
    .activity a{
        font-size: 12px;
        margin-bottom: 20px;
        padding: 10px;
    }
    
    .box-body{
        min-height: 50vh;
    }
    .product-card p{
        line-height: 22px;
        font-size: 13px;
    }
    .product-card img{
        height: 140px;
    }
    .box{
        width:25%;
    }
    .box span{
        transform: rotateY(calc(var(--i) * 45deg)) translateZ(40vw);
    }
    .slider{
        height: 400px;
    }
    .slide {
        width: 202px;
        height: 150px;
    }
    .slide a img {
        width: 200px;
        height: 150px;
    }
    .slide-content{
        line-height: 20px;
        font-size: 22px;
    }
    .slide-content p {
        font-size: 15px;
        line-height: 18px;
    }



    .useless{
        height: 50vh;
        background-attachment: inherit;
    }

    .up{
        flex-direction: column;
    }
    .ft{
        width: 100%;
        padding: 20px 0;
    }
    .map{
        width: 100%;
        height: 40vh;
    }
    .last{
        font-size: 9px;
    }
    
    .useless-right h1 {
        font-size: 30px;
    }
    .useless-right p{
        font-size: 15px;
    }
    .useless a img{
        width: 60px;
        height: 60px;
    }

    


    .up{
        margin: 0 50px;
    }
    .ft{
        padding: 20px;
    }
    .ft h1{
        line-height: 60px;
        font-size: 30px;
    }
    .ft p{
        font-size: 12px;
    }
    .ft i{
        font-size: 12px;
    }
    .last{
        font-size: 12px;
        padding: 15px;
    }

    /* -------------------------our story----------------------   */
    .about-banner{
        height:40vh;
    }
    .ab-box{
        flex-direction: column-reverse;
    }
    .rel-images{
        width: 70%;
    }
    .rel-images img {
        width: 180px;
        height: 180px;
    }
    .ab-txt{
        width: 70%;
    }

    .team-row{
        margin: 0;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .member{
        margin-top: 25px;
        padding: 50px;
    }
    .name{
        font-size: 30px;
    }
    .post{
        font-size: 25px;
    }
    .mail a{
        font-size: 15px;
    }



    .story,#rev{
        text-align: center;
        padding:25px;
        flex-direction: column-reverse;
        margin: 20px;
        padding: 50px;
    }

    .story-text{
        margin: 0px;
        width: 70%;
        font-size: 22px;
        line-height: 30px;
        position: inherit;
        margin : 10px;
        padding: 50px;
    }
    .story-img{
        margin: 0px;
        position: inherit;
        width: 70%;
    }
 
/* ---------------------- gallery ---------------------  */

.g-row{
    margin: 0px 0px;
    display: flex;
    flex-direction: column;
    
}
.product{
    border-radius: 40px;
    width:100%;
    height: 45vh;
}
.g-row form{
    width: 90%;
    height: 45vh;
    margin: 20px;
}

/* ----------- after click overlay -------------- */


.overlay-inner img{
    max-width: 80vw;
    max-height: 50vh;
}

.details{
    flex-direction: column;
}
.desc-det{
  
    padding: 5px;
}
.desc-det h3{
    letter-spacing: 1px;
    font-size: 30px;
}
.desc-det h4{
    font-size: 16px;
}
.desc-det p{
    margin-left: 5px;
    font-size: 15px;
}
.enq-btn{
    font-size: 15px;
    padding: 15px;
    margin-top: 20px;
}


    /* --------------enquiry--------------- */
    .ban2{
        height:50vh;
    }
    .form-enq{
        flex-direction: column;
    }
    .form-section{
        width: 90%;
    }
    /* ----------------get in touch------ */
    .contact{
        flex-direction: column;
        align-items: center;
    }
    
    .info{
        margin: 20px 0;
        width: 80%;
    }
    .info i{
        font-size: 30px;
    }
    .info h2{
        margin: 10px;
        font-size: 25px;
    }
    
    .info p{
        font-size: 17px;
    }
    

}


@media only screen and (max-width:600px){
     header .itemsRight{
        display: flex;
        font-size: 8px;
        padding-right: 7px;
    }
    .itemsRight i {
        margin-left: 5px;
    }
    .itemsLeft i,.itemsLeft a{
        font-size: 10px;
        margin-left: 5px;
    }
    nav{
        padding: 0 15px;
        flex-direction: column;
        justify-content: space-between;
    }
 
    nav ul{
        display : none;
        flex-direction: column;
    }
    .burger{
        display: flex;
    }
    .img-slider{
        height: 40vh;
    }
    .bg-text h4 {
        font-size: 20px;
        
    }
    .bg-text button {
        padding: 0px;
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .bg-text {
        padding: 20px 80px;
    }
   .title-head{
       margin: 10px 0;
   }
    .content-left{
        width: 90%;
    }
    .content-right{
        width: 70%;
        padding: 0 50px;
    }
    .content-right a {
        margin-top: 10px;
    }
    .activity{
        background-attachment: inherit;
        height: 50vh;
    }
    .line-images{
        flex-direction: column;
        height: 200vh;
    }
    .line-images img{
        width: 100%;
        height: 50vh;
    }
    #right{
        margin-left: 0;
        margin-top: 50vh;
    }
    .box {
        width: 20%;
    }
    .box-body{
        min-height: 50vh;
    }
    .box span{
        transform: rotateY(calc(var(--i) * 45deg )) translateZ(44vw);
    }
    .product-card img {
        height: 140px;
        width: 150%;
    }
    .useless{
        height: 50vh;
        background-attachment: fixed;
    }
    .card{
        width: 300px;
        height: 400px;
    }
    .card img{
        width: 300px;
        height: 400px;
    }
    .c-head{
        font-size: 23px;
    }
    .c-txt{
        font-size: 16px;
    }
    .back{
        width: 80%;
    }
    .up{
        flex-direction: column;
    }
    .ft{
        width: 100%;
        padding: 20px 0;
    }
    .map{
        width: 100%;
        height: 40vh;
    }
    .last{
        font-size: 9px;
    }
/* -------------------------our story------------- */

    .about-banner{
     
        height: 40vh;
    }
   .ab-bg-text{   
        padding: 20px 50px;
    }
    .ab-bg-text h4, .ab-bg-text p{
        font-size: 25px;
      
    }
    #i3 {
        transform: translate(91px, -9px);
    }
    #i2 {
        transform: translate(0px,16px);
    }
    #i1 {
        transform: translateY(50px);
    }
    .rel-images{
        width: 64%;
    }
    .rel-images img{
        width: 110px;
        height: 120px;
    }
    .ab-txt{
        width: 80%;
    }
    .ab-txt p{
        line-height: 22px;
        font-size: 13px;
    }
    .member{
        padding: 40px;
    }
    .name{
        font-size: 28px;
    }
    .post{
        font-size: 22px;
    }



    .story,#rev{
        padding: 25px;
    }
    .story-img{
        width: 100%;
    }
    .story-img img{
        margin: 0;
    }
    .story-text{
        width: 100%;
        padding: 20px;
        font-size: 15px;
    }
   
/* ---------------------- gallery ---------------------  */

.g-row{
    margin: 0px 0px;
    display: flex;
    flex-direction: column;
    
}
.product{
    border-radius: 40px;
    width:100%;
    height: 45vh;
}

/* ----------- after click overlay -------------- */


.overlay-inner img{
    max-width: 80vw;
    max-height: 50vh;
}

.details{
    flex-direction: column;
}
.desc-det{
  
    padding: 5px;
}
.desc-det h3{
    letter-spacing: 1px;
    font-size: 30px;
}
.desc-det h4{
    font-size: 16px;
}
.desc-det p{
    margin-left: 5px;
    font-size: 15px;
}
.enq-btn{
    font-size: 15px;
    padding: 15px;
    margin-top: 20px;
}


/* ------------Contact------------- */
form p{
    font-size: 22px;
    padding: 40px;
    line-height: 25px;
}

/* ----------------------Get In Touch-------------------- */
.ban3{
    height: 50vh;
}
.contact{
    flex-direction: column;
    align-items: center;
}

.info{
    margin: 20px 0;
    width: 80%;
}
.info i{
    font-size: 30px;
}
.info h2{
    margin: 10px;
    font-size: 25px;
}

.info p{
    font-size: 17px;
}



}
@media only screen and (max-width:480px )
{
   
    .rel-images{
        width: 80%;
    }
    .member{
        padding: 40px;
    }
    .name{
        font-size: 22px;
    }
    .post{
        font-size: 17px;
    }
    .mail a{
        font-size: 12px;
    }
    
}
@media only screen and (max-width:400px )
{
    .member{
        padding: 30px;
    }
    .name{
        font-size: 20px;
    }
    .post{
        font-size: 12px;
    }
    .mail a{
        font-size: 10px;
    }
    
}