body{
    background-color: #fafbfd;
}
a{
    text-decoration: none;
}
.img {
    opacity: 0.6;
    z-index: 0;
}

.text-over-img {
    z-index:1;
    font-size: 1.2em;
    margin-top: -100px;

}
.card-section{
    border: 1px solid #fafbfd;
    border-radius: 5% 5% 5% 20%;
}
.card-section:hover{
    transform: scale(1.05);
    transition: all 0.5s ease-in;

    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.text-brown
{
    color: brown;
}
.text-yellow{
    color: #d5e053;
}
.bg-yellow{
    background-color: #d5e053;
}
.nav-item a{
    color: #d5e053;
}
.nav-item a:active{
    color: #bec949;
}
.nav-link {
    color: #d5e053;
    font-weight: 600;
}
.btn-yellow{
    background-color: #d5e053;
    color: #fff;
}
.btn-brown{
    background-color: brown;
    color: #fff;
}
.main-title h1 {
    text-align:center;

    text-transform:uppercase;
    font-size:26px; letter-spacing:1px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
  }

  .main-title h1:after,.main-title h1:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color:#fafbfd;
  }
  .banner_taital {
    width: 63%;
    font-size: 60px;
    color: #000;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
}

.banner_text {
    width: 63%;
    font-size: 25px;
    color: #000;
    text-align: left;
}
.read_bt {
    width: 200px;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    background-color: #d5e053;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #fff;
    color: #000;
}
.course_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #d5e053;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: 400;
}

.course_bt a:hover {
    background-color: #ffffff;
    color: #000;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.carousel-caption{
    position: absolute;
    right: 0;
    top: 7rem;
    bottom:  7rem;

    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 11.35rem;

    color: #000;
    text-align: center;
}

.course-heading {
    color: #d5e053;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}
.course-title {
    color: #3d4459;
    font-family: "Varela Round", Sans-serif;
    font-size: 45px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.2em;
}
.resize-course{
width:100%;
height: 30vh;

}
.coures-name{
    font-size: 23px;
font-family: Cairo;
    font-weight: 400normal;
    font-style: normal;
    font-size: 24px;
    font-display: swap;
}
.contact-text{
    color: #ffffff;
    font-family: "Varela Round", Sans-serif;
    font-size: 45px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.2em;
}
.contact-p
{
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
