*{
    margin:0px;
    padding:0px;


 }
 body{
    background-color: black;
    height: 100%;
    width:100%;
    font-family: 'Anton', sans-serif;
    margin-bottom: 2.5rem;

 }
 /* .search-box{
    position: absolute;
    top: 50px;
    left: 90%;
    transform: translate(-50%,-50%);
    background: #2f3640;
    height: 40px;
    border-radius: 40px;
    padding: 10px;

}
.search-box:hover > .search-txt{
    width: 240px;
    padding: 0 6px;
    top: 50px;
}
.search-box:hover > .search-btn{
   background: white;
     }
.search-btn{
    color: #e84118;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    text-decoration: none;
} */
/* .search-txt{
 border: none;
 background: none;
 outline: none;
 float: left;
 padding: 0;
 color: white;
 font-size: 16px;
 transition: 0.4s;   
 line-height: 40px;
 width: 0px;
} */
 #sh-background-color{
    background-color: black;
    height:100%;
    width:100%;
 }

 .sh-back-button{
    display: block;
    margin-top: 30px;
    margin-left: 5%;
    margin-bottom: 35px;
    color:white;
    font-size: 25px;
    font-weight: bold;
 }
.sh-back-button a{
    text-decoration: none;
    color:white;
    font-weight: bold;

}
.sh-back-button a:hover{
   color:rgb(149, 157, 192);
    transition: 0.3s;
}
.heading{
   display: flex;
   flex-direction: row;
   width:auto;
   margin-top: 30px;
   margin-left: 5%;
   margin-bottom: 65px;
   color:white;
   font-size: 45px;
   font-weight: bold;

}

 .sh-primarybox-adjustment{
   margin-left: 5%;
   margin-right: 20px;
 }
 .shprimarybox{
    display:grid;
    grid-template-columns: repeat(4, auto);
    row-gap: 55px;
    column-gap: 35px;
 }
 .sh-mainbox{
    display: flex;
    flex-direction: column;
    border: 1px solid white;
    border-radius: 9px;
    height: 144px;
    width: 300px;
    padding:24px, 0px, 0px, 0px;
 }
 .subbox1-sh{
    margin-top: 17px;
    margin-left: 18px;
    margin-right: 24px;
    color:rgba(236, 236, 236, 1);
    font-size: 27px;
    width: 250px;
    font-weight: bold;

 }
 .subbox2-sh{
    margin-top: 13px;
    color: rgba(166, 166, 166, 1)
    ;
    font-size: 19px;
    margin-left: 18px;
    margin-right: 24px;
    width: 250px;


 }
 .subbox3-sh{
    display: flex;
    margin-top: 23px;
    border-top: 1px solid white;
    height:56px;
    background-color: rgba(18, 18, 18, 1);
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    
 }
 .subbox4-sh{
    margin-left: 18px;
    /* margin-right: 24px; */
    width: 140px;
    font-size: 16px;

    margin-top:  8px;
    
 }
 .subbox5-sh{
    /* margin-left: 18px; */
    /* margin-right: 24px; */
    width: 140px;
    font-size: 16px;

    margin-top:  8px;
    
 }
 .subbox4-sh a{
    text-decoration: none;
    color:rgb(149, 157, 192);
    font-weight: bold;
 }
 .subbox5-sh a{
    text-decoration: none;
    color:rgb(149, 157, 192);
    font-weight: bold;
 }



 /* responsive coding */

 @media only screen and (max-width:700px){
   .shprimarybox{
      grid-template-columns: repeat(1, auto);
   }
   .sh-primarybox-adjustment{
      /* margin-left: 10%;
      margin: 0px auto 0px auto; */
      /* margin-right: 20px; */
      align-items: center;
    }
    .heading{
      flex-direction: column;
    }
    .sh-secondary-adjustment{
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin: auto;
   }
 }
  @media (min-width:700px) and (max-width:1050px){
   .shprimarybox{
      grid-template-columns: repeat(2, auto);
   }
 } 
 @media (min-width:1050px) and (max-width:1400px){
   .shprimarybox{
      grid-template-columns: repeat(3, auto);
   }
 } 