*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background:#f9f9f9d7;

}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 15%;
    padding-right: 15%;
}

.logo{
    color:rgb(10, 76, 162);
    font-size: 40px;
}

nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
}
nav ul li{
    transform: scale(1.3);
}
nav ul li a{
    color:rgb(0, 0, 0);
    text-decoration: none;

}
nav ul li a:hover{
     color:rgb(10, 76, 162);
    transition: .4s;
    transform: scale(1.3);
    
}

/*About us Styling*/

img{
    float: right;
    padding-top: 80px;
    padding-right: 10px;
    opacity: 0.9;
 
}
.text{
    float: left;
    padding-top: 50px;

}
.text h1{
    padding: 15px;
    font-size: 2.6rem;
}
.text p{
    padding: 15px;
    line-height: 150%;
    font-size: 1.3rem;
    text-align: justify;
    margin-right: 120px;
}
span{
    color:rgb(10, 76, 162);
    
}
button{
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    background-color: rgb(10, 76, 162);
    border-radius: 30px;
    color: aliceblue;
    font-weight: bold;
    font-size: 15px;
    transition: .4s;
}

/*Landing page Styling*/

.image{
    display: flex;
    float: left;
    padding-bottom: 100px;
}
.close{
    float: left;
    margin: 200px;
    padding-top: 20px;
    
}

.texting{
    float: right;
    padding-top: 150px;
    padding-left: 170px;

}
.texting h1{
    padding: 15px;
    font-size: 2.6rem;
}
.texting p{
    padding: 15px;
    line-height: 150%;
    font-size: 1.3rem;
}
span{
    color:rgb(10, 76, 162);
    
}

/*Advertisement Container styling*/

.card{
    box-sizing: border-box;
    transition: 0.3s;
   margin-top: 30px;
   margin-left: 200px;
    box-shadow: 20px 20px 20px 2px rgba(0,0,0,0.2);
    line-height: 2rem;
    display: inline-flex;
    background: #f0ffff00;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .container {
    text-align: center;
    cursor: pointer;
    margin: 25px;
    padding: 30px;
    font-size: 1.5rem;
  }
  
/*Heading in the middle Styling*/

  .center h1{
    text-align: center;
    font-size: 2.5rem;
    color: rgb(10, 76, 162);
    padding-bottom: 30px;
  }

/*Details OverView Styling*/

  .zeroth {
    height: 530px;
    width: 1200px;
    margin: 50px auto;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 20px;
  }

  .description{
    margin-left: 40px;
    padding-top: 30px;
  }
  .description h1{
    font-size: 2rem;
    padding: 10px;
  }
  .description h3{
    font-size: 1.2rem;
    margin-left: 5px;
  }

 .description p{
  font-size: 1.1rem;
  padding: 20px;
  line-height: 25px;
 }

 .description h4{
  font-size: 1.1rem;
  font-weight: 100;
  padding-left: 60px;
  line-height: 30px;
 }

/*Internship Application Styling*/

  .first {
    height: 420px;
    width: 650px;
    margin: 50px auto;
   box-sizing: border-box;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .product-img {
    float: left;
    height: 420px;
    border-radius: 7px 0 0 7px;
    width: 327px;
  }
  
  .product-img img{
    padding-left: 40px;
    padding-bottom: 120px;
    opacity: 0.8;
  }
  .product-info {
    float: left;
    padding-top: 50px;
  }
  
  .product-text h1 {
    margin-left:  40px;
    padding-top: 20px;
    font-size: 24px;
    color: #474747;
  }
  
  .product-text p {
    padding: 20px;
    height: 125px;
    margin-left:  40px;
    color: #000000;
    line-height: 2em;
    font-size: 15px;
  }
  
  .product-price-btn {
    margin-top: 100px;
    position: relative;
  }

  .product-price-btn button {
    height: 50px;
    width: 176px;
    margin-left: 80px;
    box-sizing: border-box;
    border-radius: 60px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(10, 76, 162);
    cursor: pointer;
    border: transparent;
    
  }

  /*Footer Styling*/
  
  .footer{
    background:#000;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align:center;
    }
    
    .footer .class{
    width:100%;
    background:#000;
    color:rgb(255, 255, 255);
    font-size:1rem;
    }
    
    .footer .class a{
    text-decoration:none;
    background:#000;
    color:rgb(255, 255, 255);
    }
    
    .footer .class ul{
    width:100%;
    background:#000;
    color:rgb(255, 255, 255);
    }
    
    .footer .class ul li{
    display:inline-block;
    margin: 30px;
    font-size: 1.2rem;
    background:#000;
    }
    .footer .class ul li a:hover{
      transform: scale(1.3);
      color: rgb(10, 76, 162);
    }
    .footer .class a i{
    font-size:2rem;
    margin: 30px;
    background:#000;
    color:rgb(255, 255, 255);
    }

    .footer .class a i:hover{
      transform: scale(1.3);
      color: rgb(10, 76, 162);
    }
