
*{
    padding: 0;
    margin: 0;
   font-family: "Fredoka", serif;

}
/* .header-nav{
    background-image: linear-gradient( to right bottom,#FADA7A 30%, #81BFDA, #B1F0F7, #F5F0CD);
} */
main{
 margin: 0;
 padding: 0;
 /* background-color: #f8f1dc; */
 width: 100%;
 height: auto;
}

 main .links{
    display: inline-block;
    margin-top: 20px;
    margin-left: 50px;
 } 
 main .links a span{
    transition: all ease .2s ;
    color: black;
 }
 main .links a span:hover{
    color: orangered;
 }


main .title h2 span{
    display: inline-block;
    margin-top: 100px;
    margin-left: 50px;
    color: orangered;
}
main .title p{
    margin-top: 30px;
    margin-left: 50px;
    /* color:rgb(216, 48, 1);; */
}
.instruction,.discussion-group{
    width: 60%;
    height: 250px;
    margin-top: 50px;
    margin-left: 50px;
    background-image: linear-gradient(to right bottom, #3899da, #54a4da,#79b5dd,white);

    border-radius: 10px;
}
.instruction h3 span,.discussion-group h3 span{
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
}
.instruction p{
    width: 80%;
    height: 20px;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 30px;
    padding:30px 40px;
    border-radius: 0 0 50px 0;


}
.instruction span{
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    margin-left: 30px;
}
.preparation ,.document-group{
    width: 60%;
    height: auto;
    margin-top: 50px;
    margin-left: 50px;
    background-image: linear-gradient(to right bottom, #3899da, #54a4da,#79b5dd,white);

    margin-bottom: 20px;
    padding-bottom: 50px;
    border-radius: 10px;

}
.preparation h3 span,.document-group h3 span{
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
}
.preparation span ,.document-group span,.discussion-group span{
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    margin-left: 30px;
    margin-bottom: 25px;
}
.document-group  div a{
    color: black;
}

.images img{
    width:250px;
    height: 250px;
    border: 1px orangered solid;
    border-radius: 10px;
}
.images{
    margin-top: 20px;
    margin-left: 50px;
    column-count: 2;
    /* background-color: #f5c15c; */

}
.images p{
    width:250px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px orangered dashed;
    position: relative;

}
.prep-content{
    width: 80%;
    margin: auto;
    padding-bottom: 20px;

    background-color: #fff;
}
.prep-content h3 span{
    display: inline-block;
    margin-top: 25px;
    margin-left: 25px;

}
.prep-content small{
    display: inline-block;
    margin-top: 10px;
    margin-left: 29px;

    
}
.words{
    width: 86%;
    height: 50px;
    margin: auto;
    margin-left: 50px;
   
   
    margin-top: 20px;
    padding-bottom: 17px;
   
    background-image: linear-gradient(to right bottom, #3899da, #54a4da,#79b5dd,white);

}
.words span{
    display: inline-block;

    background-color: orangered;
    
    width: 80px;
    height: 30px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    width:fit-content;
    padding: 5px  10px;
    margin: 15px 15px;
    margin-left: 30px;

}
.prep-content .btn button{
   /* width: 50px;
   height: 25; */
   padding: 5px 20px;
   margin-left: 50px;
   border: none;
   border-radius: 10px;
   background-color: #3899da;
   color: #fff;
  
}
.prep-content .btn button:hover{
    background-color: #2975a8;
}
.video{
    margin-left:50px ;

}
.video video{
    width: 62%;
}
.videoStory{
    margin-top: 20px;
}

.document-group div,.discussion-group div{
    margin-left: 50px;
    width: 80%;
    padding: 30px;
    background-color: #fff;
    border-radius: 0 0 50px 0;
}

.discussion-group{
 height: 300px;
}
main .the-last{
    height: 20px;
}
/******************/


/* -----------------------------------------footer----------------------------------- */
footer {
    width: 100%;
    height: 200px;
    background-color:#053e64;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin-top: 20px; */

    
}
footer .list  ul li a{
    color: white;
    display: inline-block;
    padding-bottom: 5px;
}
footer .list {
    margin-left: 10px;
    width: 15%;
    list-style: none;
    padding: 10px;
}
footer .list ul {
    list-style: none;
}
footer .list ul i {
    margin-right: 10px;
}
footer .list ul li span{
    font-weight: bold;
    color: rgb(216, 48, 1); ;
    
}
footer p {
    width: 50%;
    margin-left: 25%;
    color: white;
}
/* -----------------------------------------footer----------------------------------- */










/********/
.answers {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    /* position: relative; */
}

.answers span {
    padding: 10px 15px;
    background-color: #ffc107;
    border-radius: 5px;
    cursor: grab;
    border: 1px solid #ffaa00;
}

.image-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.image-card {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
    width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.answer-style{
    position: absolute;
    background-color: orangered;
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
 
    padding: 5px  10px;
    bottom: -20px;
    left: 45px;
  
}


