html{
    width: 100%;
}
body{
    background-color: #fffdf5;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.section-1{
    margin-top: 15%;
}
.remote{
    background-color: #e7332b;
}
.cards{
    margin: 20px 20px;
    border-radius: 10px;
}

@keyframes bounce {
    0%, 20%, 60%, 100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40%{
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
   
}
.cards:hover{
    animation: bounce 1s;

}
.card-content{
    padding: 15% 10%;
}
h1{
    font-size: 3em;
    line-height: 110%;
    font-weight: 700;
}
p{
    line-height: 130%;
}
img.bckgrnd{
    mix-blend-mode: multiply;
}
.reasons{
    font-size: 1.7em;
    font-weight: 600;
}
.section-4{
    background-color: #e7332b;
     padding: 3% 3%; 
}
.benefits{
    border: 2px solid white;
    margin-left: 2%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 3px;
    
}
.card-2{
    padding: 2% 3%;
    border-radius: 30px;
}
a{
    text-decoration: none;
    color: black;
    font-size: 20px;
}
.faq{
    border: 1px solid rgba(71,44,111,.43);
    padding: 2% 2%;
}
.twitter{
    background-color: #e7332b;
    color: white;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 20px;
    font-size: 12px;
}
.more-enquiries{
    margin-top: 5%;
    justify-content: center;
    margin-bottom: 5%;}

.structure{
    margin-top: 10%
}
.tracks{
    background-color: #1b1a20;
    color: white;
    margin-right: 30px;
    border-radius: 50px;
    padding: 2% 4%;
}
.internship-lnk{
    color: white;
}

.full-time{
    background-image: url("https://training.zuri.team/hour.png");
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: 90% 95%;
}
.part-time{
    background-image: url("https://training.zuri.team/time.png");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 90% 90%;
}
.section-10{
    background-color: #e7332b;
    color: white;
    padding: 2% 5% 5% 5%;
    background-image: url("https://training.zuri.team/round.svg"), url("https://training.zuri.team/bend1.svg"), url("https://training.zuri.team/curve2.svg"), url("https://training.zuri.team/mains.png");
    background-repeat: no-repeat;
    background-position: 10% 15%, right top, left bottom, right bottom ;
    background-size: 13%;
    border-radius: 25px;
}
