body{
    background-color: #c60606;


    
    
}


.nav{
     background-color: #0f0f0fe0;
}

.heading .headings{
   font-size: 12vmax;
   color: #fffcf3;
   padding: 1.2rem;
}

@media only screen and (max-width: 340px){
.heading .headings{
   font-size: 4rem;
   color: #fffcf3;
   margin-bottom: 4rem;
   margin-top: -40px;
}
}

.boxright{

    text-align: left;
   
}

.box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    margin-bottom: 6rem;


}

.box .left{
    width: 25%;
    height:150px;

}



.box .left h1{
    margin-top: -40px;
    font-size: 8vmax;
    
}

@media only screen and (max-width: 340px){
  
.box .left{
    height: 80px;
    width: 100px;
}
.box .left h1{
    margin-top: -40px;
    font-size: 15vmax;
}
}

.box .right {
/* height: 40vh; */
padding: 2rem;
margin: 2rem;
width: 90%;

background: rgba(255, 130, 130, 0.08);
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.197);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
}
.box .right h1{
color: rgb(15, 15, 15);
font-weight: bold;
}

@media only screen and (max-width: 340px){
 .box .right {
    width: 100vh;

 } 
 .box .right p{
    font-size: small;
 }  
}




/* youtube */




.guidance-left{
  margin-top: 5rem;
}
.guidance-left .g-box{

  width: 95%;
  padding: 1rem;
  display: flex;

  flex-direction: row-reverse;
  justify-content: space-around;

}

.guidance-left .g-box .g-i-box{
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guidance-left .g-box .g-i-box img{
height: 500px;
width: 500px;
}
.guidance-left .g-box .g-t-box{
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 2rem;
  color: white;

}
.guidance-left .g-box .g-t-box .blue-heading{
  font-size: 60px;
}

@media (max-width: 768px){

 .guidance-left .g-box{
  flex-direction: column;
 }
 .guidance-left .g-box .g-i-box{
  width: 100%;
  padding: 0;

 }

 .guidance-left .g-box .g-t-box{
  width: 100%;
  justify-content: center;
  align-items: center;
 }
 .guidance-left .g-box .g-t-box{
    margin-left: 0;
    padding-left: 0;
}
.guidance-left .g-box{
    margin: auto;
    padding: 0;
}




}
@media (max-width: 500px){

  .guidance-left .g-box .g-t-box .blue-heading{
  font-size: 30px;
  text-align: center;
}
.guidance-left .g-box .g-i-box img{
height: 300px;
width: 300px;
}


}
