*{
    box-sizing: border-box;
}
body{
    background-color:#626b72;
    margin: 0 0 0 0;
    padding:0;
}
/*navigation*/
.nav{
    background-color:#f6f5f5;
    display:flex;
    justify-content: space-around;
    align-items: center;
    height:10vh;
    top:0%;
}
.nav-logo{
    display: flex;
    justify-content: space-around;
    width:200px;
    height:60px;
}
.nav-logo .img img{
    width:52px;
    height:58px;
 } 

.nav-logo .img-name{
    align-self: center;
}
.nav-logo .img-name .one{
    font-size: 1.3rem;
    font-weight: bold;
   letter-spacing: 0.2rem;
}
.nav-logo .img-name .two{
    font-size: 0.75rem;
    font-family: 'Mulish', sans-serif;
    
}
.nav-links{
    display:flex;
  
}
.nav-links li{
    list-style-type: none;
}
.nav-links li a{
    text-decoration: none;
    padding: 2rem;
    color:black;
    transition: color 0.3s;
}
.nav-links li a:hover{
    font-size: 1.1rem;
    color: rgb(4, 0, 39);
}
.dropdown {
    position: relative;
    display: none;
   
  }
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {
      background-color: #f1f1f1;
    }
  .dropdown:hover .dropbtn {
    background-color: #c9c4c4;
  }
/*swiper*/
.swip{
    height:42.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:#cccccc/*--#d3e0ea*/;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  /*swiper*/

  /*categories*/
.categories{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 67rem;
    background-color:white;
}
.categories-heading{
    font-size: 1.7rem;
    border-bottom: 0.2rem solid #005c75;
    border-radius: 0rem;
    font-weight: 900;
    color:#005c75;
}
.categories-card{
    height: 55rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.gallery{
    width:380px;
    height:350px;
    border-radius: 2rem;
    background-color:#fcfcfc;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;  
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 1rem;
}
.gallery:hover{
    box-shadow: -1px 7px 21px -3px rgba(160,160,160,1);
    -webkit-box-shadow: -1px 7px 21px -3px rgba(160,160,160,1);
    -moz-box-shadow: -1px 7px 21px -3px rgba(160,160,160,1);
    border:none;
}
.photo{
   width: 300px;
   height: 220px;
}
.photo img{

    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    
}
 .name span{
    font-size: 1.8rem;
}
.gallery a{
    text-decoration: none;
    color:#005c75;
}
.gallery a:hover{
    font-size:2.05rem;
}

  /*categories*/

/*contactus*/
.cont-heading{
    font-size: 1.7rem;
    border-bottom: 0.2rem solid #005c75;
    border-radius: 0rem;
    font-weight: 900;
    color:#005c75;
}
.cont-container{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color:#f6f5f5;
    height:40rem;
}
.cont-features{
    display: flex;
    background-color:#d3e0ea;
    height:2.2rem;
    width:80%;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.1rem;
    font-weight: 900;
    color:#003d4e;
}
.cont-features .one,.two{
    font-size: 1.5rem;
    margin-bottom:0.3rem;
}
.cont-links{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color:#003d4e;
    height: 15rem;
    width:80%;
}
.cont-links1,.cont-links2,.cont-links3,.cont-links4{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cont-links1-heading{
    font-size: 1rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
}
.cont-links1-social{
    display: flex;
}
 .fa-color,.cont-links3-links a,.cont-links4-links a{
    color:#003d4e;
    text-decoration: none;
}
.fa-color:hover,.cont-links3-links a:hover,.cont-links4-links a:hover{
    color:rgb(255, 136, 0);
}
.cont-links2-connect .connect,.number,.cont-links3-heading,.cont-links4-heading{
    font-size: 1.1rem;
    font-weight: bold;
}
.cont-links3-links,.cont-links4-links{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
/*footer*/
.form-container{
    display: flex;
    flex-direction: column;
    align-items:center;
    height:12rem;
    background-color:white;
}
.form-header{
    font-size: 1.1rem;
    color:#003d4e;
    font-weight: 600;
}
.form input,.button{
    background-color: #94a1dd85;
    padding: 1rem;
    border-radius: 2rem;
    outline: none;
    border:none;
    margin:0.5rem;
}
.form .button{
    background-color: #003d4e;
    color:white;
    padding: 1rem 1.5rem ;
}
.payments img{
    width:2rem;
}
.copyright{
    display: flex;
    align-items: center;
    background-color: white;
    height:4rem; 
    color:#616161de;
}

@media only screen and (max-width:1235px){
    .categories{
        height: 95rem;
       
    }
    .categories-card{
        height: 80rem;
    }
}
/*MEDIA 993PX*/
@media only screen and (max-width:993px){
    .nav-logo{
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
        display: flex;
        justify-content: space-between;
        width:170px;
        height:60px;
    }
    .nav-logo .img img{
        width:45px;
        height:52px;
     } 
    
    .nav-logo .img-name{
        align-self: center;
    }
    .nav-logo .img-name .one{
        font-size: 1.1rem;
        letter-spacing: 0.15rem;
    }
    .nav-logo .img-name .two{
        font-size: 0.6rem;
    }
    .nav-links li a{
        padding:1rem;
        font-size: 0.9rem;
    }
    .swip{
        height:36rem;
    } 
    .cont-heading,.categories-heading{
        font-size: 1.3rem;
    }
    .cont-container{
        height:40rem;
    }
    .cont-features{
        height:1.8rem;
        font-size: 0.9rem;
    }
    .cont-features .one,.two{
        font-size: 1.5rem;
        margin-bottom:0.3rem;
    }
    .cont-links{
        height: 25rem;
        align-content: space-around;
        justify-content: space-around;
    }
    .cont-links1-heading{
        font-size: 1rem;
    }
    .cont-links2-connect .connect,.number,.cont-links3-heading,.cont-links4-heading{
        font-size: 1rem;
       
    }
    .cont-links1{
        width:30%;
        height: 10rem;
       
    }
    .cont-links2{
        width:42%;
        height: 10rem;
       
    }
    .cont-links3{
        width:30%;
        height: 12rem;
    }
    .cont-links4{
        width:42%;
        height: 12rem;   
    }
    
    .form-header{
        font-size: 1rem;
    }
    .form input,.button{
        padding: 0.5rem;
        margin:0.2rem;
    }
    .form .button{
        padding: 0.65rem 1.15rem;
    }
    .payments img{
        width:1.7rem;
    }
    .copyright{
       font-size: 0.9rem;
    }    
}

@media only screen and (max-width:823.5px){
    .categories{
        height: 175rem;
      
    }
    .categories-card{
        height:160rem;
    }
    .makeinindia{
        display: none;
    }
}

/*MEDIA 600PX*/
@media only screen and (max-width:600px){
    .nav{
        position: static;
        justify-content: space-between;
    }
    .nav-links{
       display: none;
    }
    .nav-logo{
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
        display: flex;
        justify-content: space-between;
        width:145px;
        height:60px;
        margin: auto;
        
    }
    .nav-logo .img img{
        width:42px;
        height:50px;
     } 
    
    .nav-logo .img-name{
        align-self: center;
    }
    .nav-logo .img-name .one{
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }
    .nav-logo .img-name .two{
        font-size: 0.55rem;
    }
    .dropdown{
        display: inline-block;
        margin-right: 0.3rem;
      }
    .swip{
        height:26rem;
    } 
    .cont-heading,.categories-heading{
        font-size: 1.4rem;
    }
    .cont-container{
        height:37rem;
    }
    .cont-features{
        height:1.3rem;
        width:85%;
        font-size: 0.6rem;
    }
    .cont-features .one,.two{
        font-size: 1rem;
        margin-bottom:0.2rem;
    }
    .cont-links{
        height: 18rem;
        width:90%;
    }
    .cont-links1{
        width:30%;
        height: 7rem;
        font-size: 0.6rem;
    }
    .cont-links2{
        width:42%;
        height: 7rem;
        font-size: 0.6rem;
    }
    .cont-links3{
        width:30%;
        height: 9rem;
        font-size: 0.6rem;
    }
    .cont-links4{
        width:42%;
        height: 9rem;
        font-size: 0.6rem;   
    }
    .cont-links1-heading{
        font-size: 0.7rem;
    }
    .cont-links2-connect .connect,.number,.cont-links3-heading,.cont-links4-heading{
        font-size: 0.7rem;
    }
    .form-header{
        font-size: 0.9rem;
    }
    .form input,.button{
        padding: 0.4rem;
        font-size: 0.5rem;
    }
    .form .button{
        padding: 0.55rem  1.1rem;
    }
    .payments img{
        width:1.5rem;
    }
    .copyright{
        font-size: 0.8rem;
     }
}

/*MEDIA 400PX*/
@media only screen and (max-width:400px){
   
    .swip{
        height:18rem;
    } 
    .cont-heading,.categories-heading{
        font-size: 1.1rem;
    }
    .cont-features{
        font-size: 0.5rem;
        width:90%;
    }
    .form-header{
        font-size: 0.8rem;
    }
    .form input{
        padding: 0.4rem;
        font-size: 0.5rem;
        width:6rem;
    }
    .form .button{
        padding: 0.55rem  0.8rem;
        font-size: 0.5rem;
        width:3.8rem;
    }
    .payments img{
        width:1.3rem;
    }
    .copyright{
        font-size: 0.7rem;
     }
}
@media only screen and (max-width:500px){
    .categories{
        height: 130rem;
    }
    .categories-card{
        height:125rem;
    }
    .gallery{
     width:260px;
        height:270px;
    }
    .photo{
    width: 220px;
    height: 160px;
    }
    .name span{
        font-size: 1.3rem;
    }
}