* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: Syne;
    /* overflow-x: hidden; */
}


/* &&&&&&&&&&&&&&&& classes $$$$$$$$$$$$$$$$$$$$$$ */


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%% header %%%%%%%%%%%%%%%%%%%%%%%%% */
/* header{
   overflow: hidden;
} */
.header-image {
    background: linear-gradient(rgba(20, 65, 54), rgba(20, 65, 54, 0.665)), url(../img/header-image/backgroun\ image.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.header-image img {
    display: inline-block;
    width: 421.37px;
    height: 500.23px;
    /* width: 30%; */
    position: absolute;
    top: 0px;
    /* right: 10%; */
    left: 58.5%;
}

.header-text {
    width: 470px;
    position: relative;
    margin-left: 9vw;
}

.header-text h1{

    font-style: normal;
    font-weight: 600;
    font-size: 2.8rem;
    color: #FDC351;
    line-height: 55px;
    text-transform: capitalize;

}

.header-text p {
    color: #FDC351;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    margin: 25px 0;
}

.header-text a {
    text-decoration: none;
    display: inline-block;
    width: 152px;
    background-color: #FDC351;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    color: #1C1C1C;
    text-align: center;
    margin: 10px 20px 0 0;
    padding: 12px 0;
    font-weight: 500;
    transition: color ease-in-out .2s;
}
.header-text a:hover{
    color: white;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% about %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.about .col-6 {
    width: 435px;
    font-size: 20px;
    line-height: 26px;
}

.about-1 h1 {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}

.about-2 a {
    display: inline-block;
    text-decoration: none;
    color: #171717;
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 17px;
    position: relative;
    transition: color ease-in-out .2s;
}
.about-2 a:hover{
    color: #FFBC3E;
}
.about-2 a i{
    position: absolute;
    top: 2px;
    right: -20px;
    display: inline-block;
    font-size: 1rem;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Offered Courses &&&&&&&&&&&&&&&&&&&&&&&&& */

.course .col-12 h1 {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}

.course .col-2 {
    width: 270px;
    border: 1px solid #A6A6A6;
    padding: 0;
    margin: 0 10px 20px 0;
    border-radius: 4px;
}

.course .col-2 img {
    display: inline-block;
    width: 100%;
    height: 270px;
}

.course .text {
    margin: 20px;
}

.course .text h3 {
    line-height: 26px;
    font-weight: 600;
    font-size: 22px;
    color: #171717;
}

.course .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #171717;
}

.course .text a {
    display: inline-block;
    text-decoration: none;
    color: #171717;
    position: relative;
    font-weight: 600;
    font-size: .9rem;
    transition: color ease-in-out .2s;

}
.course .text a:hover{
    color: #FFBC3E;
}
.course .text a i{
    position: absolute;
    top: 3px;
    right: -20px;
    display: inline-block;
    font-size: 1rem;
}

/* ******************************* choose us ************************* */
.chooseus {
    position: relative;
    /* overflow-x: hidden; */
}

.chooseus .f-1 {
    display: inline-block;
    position: absolute;
    top: 37%;
    left: -100px;
    width: 23%;
    height: 800px;

}

.chooseus .f-2 {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 30%;

}

.chooseus .col-12 h1 {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}

.chooseus .col-2 {
    width: 300px;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 100px;
}

.chooseus .col-2 img {
    display: inline-block;
    width: 104px;
    height: 103px;
}

.chooseus .col-2 .text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #171717;
    text-align: center;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&& blog &&&&&&&&&&&&&&&&& */
.blog .col-12 h3 {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}

.blog .col-6{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 13px 20px;
    width: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.488);

}

.blog .col-6 h1 {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #171717;
}
.blog .col-6 a{
    position: relative;
    transition: color ease-in-out .2s;
}
.blog .col-6 a:hover{
    color: #FFBC3E;
}
.blog .col-6 i.fa-solid{

    position: absolute;
    top: 1px;
    right: -20px;
    display: inline-block;
    font-size: 1rem;
}

.blog .col-6 p {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: #282828;
}

.blog .col-6 .text {
    margin: 40px 30px 0px 30px;
    width: 225px;
    /* height: 250px; */
}
.blog .col-6 .image{
    width: 225px;
    height: 250px;
}

.blog .col-6 img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.blog .col-6 a {
    display: inline-block;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #171717;
    text-decoration: none;

}


.blog a.seeall {
    text-decoration: none;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFBC3E;
    background: #1B1B1B;
    width: 220px;
    text-align: center;
    padding: 13px 0;
    margin-top: 60px;
    border-radius: 2px;
    box-shadow: 0 0 5px black;
    height: 50px;
    transition: color ease-in-out .2s;
    transition: background-color ease-in-out .2s;

}
.blog a.seeall:hover{
    color:#ffffff;
    background-color: #FDC351;
}
@media (max-width : 600px){
    .blog .col-6 {
      width: 245px;
    
    }
    .blog .col-6 .image{
        width: 245px;
        height: 250px;
    }
    .blog .col-6 .text {
        margin: 40px 30px 0px 30px;
        width: 225px;
        /* height: 250px; */
        padding: 20px 0;
    }
    /* .blog .col-6 img {
        width: 200px;
        height: 100%;
        display: inline-block;
    }
    
.blog .col-6 h1 {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #171717;
}
.blog .col-6 p {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #282828;
}
.blog .col-6 .text{
    margin-top: 15px;
} */
}



/* &&&&&&&&&&&&&&&&&&&&&&&& Register &&&&&&&&&&&&&&&&&&& */

div.register {
    width: 100%;
    height: 450px;
    background-image: url(../img/reg-img/reg-bg.png);
    background-size: cover;
    background-position: left;
    position: relative;
    margin-top: 80px;
    overflow: hidden;

}

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;
    }
}



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%% testi %%%%%%%%%%%%%%%%%%%%%%%% */


.testi {
    width: 100%;
    overflow-x: hidden;

}

.testi .container {
    position: relative;

}

.testi .main-heading {
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #171717;
    font-size: 2.5rem;
}

.testi div.main-row {
    /* border: #000000 solid 3px; */
    width: 2800px;
    height: 100%;
    transition: transform ease-in-out 0.5s;
    z-index: 000;
}

.testi i.arrow {
    font-size: 2rem;
    color: red;
    position: absolute;
    top: 70%;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
    background-color: #FDC351;
}

.testi .left {
    left: 10px;
}

.testi .right {
    right: 10px;
}

.testi .col-3 {
    border: #6a6a69 solid 1px;
    transition: transform ease-in-out 3s;
    width: 470px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    padding: 30px 60px 30px 30px;
    border-radius: 10px;
    position: relative;

}

.testi .col-3 h1 {
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    margin-left: 20px;
}

.testi .col-3 h1 span {
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.testi .col-3 .col-12 p {
    width: 360px;
}
.testi .col-3 .dot{
    font-size: 3rem;
    color: #171717;
    position: absolute;
    bottom: 8%;
    right: 10%;
}

@media (max-width : 1426px){
    .testi .main {
        transform: translateX(8%);
    }
    
    .show-2 {
        transform: translateX(-17%);
    }
    
    .show-3 {
        transform: translateX(-42%);
    }
    
    .show-4 {
        transform: translateX(-68%);
    }
}
@media (max-width : 1200px){
    .testi .main {
        transform: translateX(5%);
    }
    
    .show-2 {
        transform: translateX(-21%);
    }
    
    .show-3 {
        transform: translateX(-45.5%);
    }
    
    .show-4 {
        transform: translateX(-71%);
    }
}
@media (max-width : 990px){
    .testi .main {
        transform: translateX(0%);
    }
    
    .show-2 {
        transform: translateX(-25%);
    }
    
    .show-3 {
        transform: translateX(-50%);
    }
    
    .show-4 {
        transform: translateX(-75%);
    }
}
@media (max-width : 770px){
    .testi .col-3 {
        border: #6a6a69 solid 1px;
        transition: transform ease-in-out 3s;
        width: 300px;
        margin-left: 15px;
        display: flex;
        flex-direction: column;
        padding: 30px 60px 30px 30px;
        border-radius: 10px;
    
    }
    .testi .col-12{
        text-align: center;
    }
    .testi .col-3 img{
        width: 70px;
        height: 70px;
        margin-left: 20px;
    }
    .testi .col-3 .col-12 p {
        width: 230px;
        margin-left: 40px;
    }
    .testi .col-3 .col-12{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .testi .col-3 h1 {
        font-size: 1rem;
        font-weight: 600;
        position: relative;
        margin-top: 20px;
    }
    
    .testi .col-3 h1 span {
        font-size: 0.6rem;
        font-weight: 600;
        position: absolute;
        top: 23px;
        left: 0;
    }
    #span{
        top: 25px;
        left: 0px;
    }
    .testi .main {
        transform: translateX(-3.2%);
    }
    
    .show-2 {
        transform: translateX(-28.1%);
    }
    
    .show-3 {
        transform: translateX(-53%);
    }
    
    .show-4 {
        transform: translateX(-78%);
    }
}
@media (max-width : 511px){
    .testi .main {
        transform: translateX(-4.2%);
    }
    
    .show-2 {
        transform: translateX(-29.2.1%);
    }
    
    .show-3 {
        transform: translateX(-54.5%);
    }
    
    .show-4 {
        transform: translateX(-79%);
    }
}
@media (max-width : 460px){
    .testi .main {
        transform: translateX(-5%);
    }
    
    .show-2 {
        transform: translateX(-30%);
    }
    
    .show-3 {
        transform: translateX(-54.8%);
    }
    
    .show-4 {
        transform: translateX(-79.9%);
    }
}
@media (max-width : 400px){

    .testi .main {
        transform: translateX(-6.4%);
    }
    
    .show-2 {
        transform: translateX(-31%);
    }
    
    .show-3 {
        transform: translateX(-55.8%);
    }
    
    .show-4 {
        transform: translateX(-80.9%);
    }
}
@media (max-width : 350px){
    .testi .main {
        transform: translateX(-7%);
    }
    
    .show-2 {
        transform: translateX(-31.7%);
    }
    
    .show-3 {
        transform: translateX(-56.8%);
    }
    
    .show-4 {
        transform: translateX(-81.6%);
    }
}



/* &&&&&&&&&&&&&&&  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;
    }
}