 *{
    margin:0px;
    padding:0px;
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Poppins', sans-serif;



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

 .back-button{
    display: block;
    margin-top: 30px;
    margin-left: 5%;
    margin-bottom: 35px;
    color:white;
    font-size: 25px;
    font-weight: bold;
 }
 .back-button a{
   text-decoration: none;
   /* color:rgb(149, 157, 192); */
   color:white;
   font-weight: bold;
   color:white ;
 }
 .back-button a:hover{
   color:rgb(149, 157, 192);
   transition: 0.3s;
 }
 .heading{
   display: flex;
   flex-direction: row;
   margin-top: 30px;
   margin-left: 5%;
   margin-bottom: 65px;
   color:white;
   font-size: 45px;
   font-weight: bold;

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

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


 }
 .subbox3{
    margin-top: 16px;
    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{
    margin-left: 18px;
    margin-right: 24px;
    width: 250px;
    font-size: 16px;

    margin-top:  8px;
    
 }
 .subbox4 a{
    text-decoration: none;
    color:rgb(149, 157, 192);
    font-weight: bold;
 }
 /* @media only screen and (max-width:430px){
   .exploreprimarybox{
      grid-template-columns: repeat(1, auto);
   }
   .primarybox-adjustment{
      margin-left:12%;
    }
    .heading{
      flex-direction: column;
    }
 }
  @media (min-width:430px) and (max-width:750px){
   .exploreprimarybox{
      grid-template-columns: repeat(2, auto);
   }
 } 
 @media (min-width:750px) and (max-width:1360px){
   .exploreprimarybox{
      grid-template-columns: repeat(3, auto);
   }
 }  */
 @media only screen and (max-width:700px){
   .exploreprimarybox{
      grid-template-columns: repeat(1, auto);
   }
   .explore-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;
   }
   .subbox2{
      margin-top: 8px;
      color: rgba(166, 166, 166, 1)
      ;
      font-size: 17px;
      margin-left: 18px;
      margin-right: 24px;
      width: 250px;
  
  
   }
 }
  @media (min-width:700px) and (max-width:1050px){
   .exploreprimarybox{
      grid-template-columns: repeat(2, auto);
   }
 } 
 @media (min-width:1050px) and (max-width:1400px){
   .exploreprimarybox{
      grid-template-columns: repeat(3, auto);
   }
 } 
 
 