img{
    height: 100%;
    max-width: 100%;
    margin-top: 0%;
    
    
}





 /*               image gallery             */
 * {
    box-sizing: border-box;
  }

  img {
    border: 5px solid #f44566;
  }

  ul{
    color: #f44566;
  }
  
  .column {
    float: left;
    width: 20%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /*                   image gallery            */

  
  /*---------Button---------*/

  .button {
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: rgb(13, 13, 13);
    background-color: #3eeecd;
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
    
  }

  .button {width: 29px;}
  
  .button:hover {background-color: #d9b526}
  
  .button:active {
    background-color: #3e8e41;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transform: translateY(4px);
  }
/* ----------Button  End--------*/




/* ----------Text start here--------*/

/*responsive text */
@media screen and (min-width: 601px) {
    div.example {
      font-size: 20px;
    }
  }

  @media screen and (min-width: 601px) {
    div.example h1 {
      font-size: 40px;
      color: #f44566;
      text-align: center;
    }
  }
  @media screen and (min-width: 601px) {
    div.example h2 {
      font-size: 35px;
      color: #f44566;
      text-align: center;
    }
  }

  @media screen and (min-width: 601px) {
    div.example h3 {
      font-size: 30px;
      color: #f44566;
      text-align: center;
    }
  }
  @media screen and (min-width: 601px) {
    div.example h4 {
      font-size: 30px;
      color: #f44566;
      text-align: center;
    }
  }
  @media screen and (min-width: 601px) {
    div.example h5 {
      font-size: 30px;
      color: #f44566;
      text-align: center;
    }
  }


  /*responsive phone */
  
  @media screen and (max-width: 600px) {
    div.example h1{
      font-size: 25px;
      color: #f44566;
      text-align: center;
    }
  }
  @media screen and (max-width: 600px) {
    div.example h2 {
      font-size: 20px;
      color: #f44566;
      text-align: center;
    }
  }
  @media screen and (max-width: 600px) {
    div.example h3 {
      font-size: 20px;
      color: #f44566;
      text-align: center;
    }
  }
  @media screen and (max-width: 600px) {
    div.example h4 {
      font-size: 20px;
      color: #f44566;
      text-align: center;
    }
  }
  @media screen and (max-width: 600px) {
    div.example h5 {
      font-size: 20px;
      color: #f44566;
      text-align: center;
    }
  }

 

/*responsive text */



h6{
    color:#fff;
    font-size: 20px;
}


/*Header starting */
.container {
    overflow: hidden;
    background-color: #fff;
    padding: 0px 0px;
    
    
  }

  nav{
    background: #f44566;
    border-radius: 40px;
    padding: 5px;
    box-shadow: 0 25px -20px rgba(0,0,0,0.4);
  }

  nav ul li{
    list-style: none;
    display: inline-block;
    padding: 13px 35px;
    margin: 10px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(11, 11, 11);
    cursor: pointer;
    z-index: 2;
  }

 

  nav ul li:hover{
    color: #101ee1;

  }

/*Header Ending */


a{
    color: rgb(18, 126, 14);
}

body {
    background: #fff none repeat scroll 0 0;
    color: rgb(8, 8, 8);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
    
}



/*footer starting */
footer{
    width: 100%;
    positions:absolute;
    bottom:0;
    background:linear-gradient(to right,#00093c, #2d0b00);
    color: #fff;
    padding: 30px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}

.row{
    width:100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: space-between;

}

.col{
    flex-basis: 30%;
    padding: 10px;

}

.logo{
    width: 80px;
    margin-bottom: 30%;
}




.col h6{
    width: fit-content;
    margin-bottom: 40px;
    position:relative;
}

.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.social-icons .fa-brands{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
}


