* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: Syne;
    /* overflow-x: hidden; */
}


/* &&&&&&&&&&&&&&&&&&&&&&&& header %%%%%%%%%%%%%%%%%%%%%% */

header {
    background-image: url(../img/course/header/reg-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    background-position: center;
}

header h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    color: #FFFFFF;
    ;
    line-height: 55px;
    text-transform: capitalize;
    position: absolute;
    text-shadow: 0px 4.17592px 0px rgba(141, 108, 21, 0.23);
    top: 270px;
    line-height: 130%;
    word-spacing: 5px;
    color: #F8CB55;
    /* width: 800px; */
    /* min-width: 250px; */
    width: 70%;

}

@media (max-width:1025px) {

    header h1 {
        font-weight: 600;
        font-size: 3rem;
    }
}

@media (max-width:955px) {
    header h1 {
        font-weight: 600;
        font-size: 2.5rem;
     
    }
}

@media (max-width:700px) {
    header h1 {
        font-weight: 600;
        font-size: 2rem;
        top: 200px;
    }
    header{
        height: 80vh;
    }
}

@media (max-width:560px) {
    header h1 {
        font-weight: 600;
        font-size: 2rem;
        top: 100px;
    }
    header{
        height: 75vh;
    }
}
@media (max-width:400px) {
    header h1 {
        font-weight: 600;
        font-size: 1.5rem;
        top: 200px;
    }
    header{
        height: 75vh;
    }
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&& blog &&&&&&&&&&&&&&&&& */
.blog .col-12 h3 {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 40px;
}

.blog .col-12 p {
    font-size: 1.3rem;
    max-width: 900px;
    min-width: 200px;
}





/* &&&&&&&&&&&&&&&&&&&&&&&& Register &&&&&&&&&&&&&&&&&&& */

div.register {
    width: 100%;
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url(../img/course/reg/reg-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 80px;
    overflow: hidden;

}
@media (max-width : 600px) {
    div.register{
        background-position: left; 
    }
}


div.register img {
    position: absolute;
    left: 70%;
    top: -70px;
}

div.register h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 56px;
    color: #FFBC3E;
}

div.register a {

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    display: inline-block;
    text-decoration: none;
    background: #FFBC3E;
    padding: 10px 17px;
    margin-top: 25px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.487);
}

/* @media (max-width : 991) {
    div.register a {
        font-size: 10px;
    }


} */

/* &&&&&&&&&&&&&&&&&&&&& fee &&&&&&&&&&&&&&&&&&&&&& */
.fee .main .col-12 h1{
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 131.5%;
letter-spacing: -0.015em;
text-transform: capitalize;
color: #171717;
}
@media (max-width : 991px) {
    .fee .main .col-12 h1{
        font-size: 30px;
    }


}
@media (max-width : 791px) {
    .fee .main .col-12 h1{
        font-size: 25px;
    }
}
.fee .col-4.br {
    width: 350px;
    border-radius: 50px;
    overflow: hidden;
    margin: 50px 50px;
    border: 1px solid #144136;
    border-radius: 20px;
}


.fee .one {
    background-color: #144136;
    color: white;
    padding: 10px 50px;
}

.one h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 31px;
}

.col-1 {
    position: relative;
}

.dot span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #FDB934;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 0;
}

.two .col-11 p {
    color: #161616;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

}
.three .col-5 h3{
    font-weight: 600;
    color: #161616;
    text-transform: capitalize;
}
.four .col-5{
    width: 250px;
    background-color: black;
    text-align: center;
    border-radius: 5px;
    transition: color ease-in-out .2s,background ease-in-out .2s;
}
.four .col-5 a{
   display: inline-block;
   color: #FFBC3E;
   padding: 10px 0;
   text-align: center;
   text-decoration: none;
   width: 100%;
   transition: color ease-in-out .2s,background ease-in-out .2s;
}
.four .col-5 a:hover{
    color: white;
}
.four .col-5:hover{
    background-color:#FDB934;
}

@media (max-width : 700px) {
    .fee .col-4.br {
        width: 250px;
    }
    .fee .one {
        padding: 10px 20px;
    }
    .dot span {
        position: absolute;
        top: 10px;
        left: 0;
    }
    
    .four .col-5{
        width: 150px;
    }

    
}











/* &&&&&&&&&&&&&&&  booking box &&&&&&&&&&&&&&&&&&&&&& */

.booking-box img{
    position: absolute;
    top: -70px;
    right: 0;
}

.booking-box {
    /* height: 100vh; */
    background: linear-gradient(rgba(255, 188, 62, 0.95), rgba(255, 188, 62, 0.95)), url(../img/booking-img/img-2.png);
    text-align: center;
    margin: 100px 0 0px 0;
    position: relative;
}

.booking-box h1 {

    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}
.booking-box p{
    font-weight: 400;
   font-size: 22px;
   line-height: 26px;
}

.booking-box .box input {
    display: inline-block;
    width: 350px;
    height: 64px;
    margin: 50px;
    position: relative;
    background-color: inherit;
    z-index: 0;
    margin: 0;
    border: 1px solid rgb(0, 0, 0);
    outline: none;
    padding: 5px;
    font-size: 1.3rem;
    color: red;
    font-weight: 500;
}

/* .booking-box .input::placeholder{
    display: inline-block;
    z-index: 999;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600;
} */
.booking-box .box {
    position: relative;
    margin: 30px;
}

.booking-box label {
    position: absolute;
    top: -12px;
    left: 10px;
    background: #ffbb3eee;
    /* background-color: none; */
    padding: 0px 10px;
    z-index: 9;
    font-weight: 600;
}

.booking-box .btn {
    background-color: #1B1B1B;
    color: #FFBC3E;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    width: 270px;
    height: 60px;
    max-width: 250px;
    min-width: 100px;
    margin-top: 30px;
}
.booking-box .btn:hover{
    color: white;
}
@media (max-width : 400px){
    .booking-box .box input {
        width: 220px;
        height: 55px;
      
    }

    .booking-box .btn {
        width: 120px;
        height: 50px;
    }
}