@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,500&display=swap');

:root {
    --white: ##C270FF;
    --black: #000;

}

.fs-5 {
    font-size: 3.2rem !important;
}

.w_100 {
    width: 100%;
}

.bg-overlay {

    background-color: rgba(0, 0, 0, 0.336);
}

* {
    transition: 0.4s;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
}


.overlay_hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000005a;
    z-index: 5;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
}

.carousel {
    width: 100% !important;
    height: 100vh !important;
}

.carousel .carousel-inner {
    width: 100% !important;
    height: 100% !important;
}

.carousel .carousel-inner .carousel-item img {
    width: 100% !important;
    height: 100% !important;
}

.carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carouselContent {
    position: absolute !important;
    bottom: 35%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 500 !important;
    background-color: rgba(128, 128, 128, 0.568);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
   
    
}
.carousel .carousel-inner .carouselContent button{
   
}
.carousel .carousel-inner .carouselContent p {
    margin: 0;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

header .overlay_hero .navbar {
    z-index: 40;
}

.navbar-toggler {

    margin-left: 80px;
    transform: translateX(-30px);
}

header .overlay_hero nav .navbar-collapse ul .nav-item:hover {
    font-weight: 700;
}

/* ************************************************* Section of Courses ***************************************************** */
.card {
    border: none !important;
    border-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
    padding-right: 0 !important;
}

.card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.card-body .icons img {
    width: 20px
}

.sideElements {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}

.sideElements img {
    width: 70px;
}

/* ************************************************* Courses ***************************************************** */
.Courses p {
    letter-spacing: 1px;
}

.Courses .items .item {
    background-color: #f8f9fa;
    width: 12%;
    cursor: pointer;
}

.Courses .items .item:hover {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.Courses .items .item:hover p {
    color: #000
}

.Courses .items .item div {
    width: 60px;
    height: 60px;

}

.Courses .items .item div img {
    width: 100%;
}

.Courses .items .item p {
    color: #ccc
}

/* ************************************************* Difference ***************************************************** */
.Difference {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.Difference .item {
    width: 30%;
    background: rgba(224, 234, 238, 0.13);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(7.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;

}

/* ************************************************* SearchBar ***************************************************** */
.SearchBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 100px;
}

.SearchBar .search {
    position: relative;
    width: 45%;
}

.SearchBar .search input {
    background-color: #efefef;
    padding: 15px;
}

.SearchBar .search button {
    position: absolute;
    right: -100px;
    top: 0;
    padding: 15px 20px;
}

.SearchBar .share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
}

.SearchBar .share p {
    margin-bottom: 0;
}

.SearchBar .share .icons div {
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
}

.SearchBar .share .icons div svg {
    color: #248bed;
    cursor: pointer;
}

.SearchBar .share .icons div:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}


/* ************************************************* detailsCourses ***************************************************** */
.detailsCourses_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 100px;
}

.detailsCourses_content .leftSide {
    width: 55%;
}

.detailsCourses_content .rightSide {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.detailsCourses_content .rightSide .item {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    width: 80%;
}

.detailsCourses_content .rightSide .item .imgDiv {
    width: 70%;
}

.detailsCourses_content .rightSide .item .imgDiv img {
    width: 100%;
    padding: 0 !important;
}

.detailsCourses_content .rightSide .item p {
    margin-top: 20px;
    font-weight: bold;
}

.pagination li a {
    padding: 15px 25px !important;
}

/* ************************************************* reviewsDetails ***************************************************** */
.reviewsDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.reviewsDetails .itemReview {
    width: 30%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border-bottom: #248bed 4px solid;
}

.reviewsDetails .itemReview h3 {
    font-weight: 300;
    color: #364d59;

}

.reviewsDetails .itemReview p {
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 1rem;
}

.reviewsDetails .itemReview .data {
    display: flex;
}

.reviewsDetails .itemReview .data img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.reviewsDetails .itemReview .data div p {
    margin: 0;
}

.reviewsDetails .itemReview .data div p:last-child {
    color: #ccc;
}

/* ************************************************* register ***************************************************** */
.register {
    width: 100%;
    height: 70vh;
    background-image: url("../images/bg_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3c8edaad;
}

.registerContent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.registerContent .leftSide {
    width: 45%;
}

.registerContent .leftSide .timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}

.registerContent .leftSide .timer div {
    width: 110px;
    height: 110px;
    background-color: #007aff;
    padding: 20px;
    display: flex;
    flex-direction: column;

}

.registerContent .leftSide .timer div p {
    width: 110px;
    height: 110px;
    background-color: #007aff;
    padding: 20px;
    color: #fff;
    font-size: 25px;
}

.registerContent .leftSide {
    width: 55%;
}

.registerContent .rightSide {
    width: 40%;
}

.registerContent .rightSide .form input {
    margin-bottom: 20px;
    outline: none;
    padding: 8px 12px;
    border: none;
    border-bottom: 3px solid blue;
    border-radius: 7px;
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

/* ************************************************* why ***************************************************** */
.why {
    margin-top: 50px;
    margin-bottom: 100px;
}
.why .reviewsDetails .itemReview{
    margin-bottom: 40px;
}
.why .reviewsDetails .itemReview .mainImageReview {
    width: 50%;
   
    border-radius: 10px;
}

/* ************************************************* footer ***************************************************** */
footer {
    background-color: #b3c1ce;
    width: 100%;
    padding: 15px;
    text-align: center;
}

footer p {
    margin: 0;
    margin-top: 10px;
}
footer .icons{
    margin-top: 10px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
footer .icons div {
    width: 40px;
    height: 40px;
    background-color: #13a0e1;
}

footer .icons div svg {
    color: #fff !important;
    cursor: pointer;
}

footer .icons div:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    cursor: pointer;
}


/* ************************************************* media query ***************************************************** */
@media (max-width:1200px) {
    .registerContent .leftSide .timer div p {
        width: 0px;
        height: 0px;
        background-color: none;
        padding: 0px;
        color: #fff;
        font-size: 25px;
    }
}

@media(max-width:992px) {
    .fs-5 {
        font-size: 2.3rem !important;
    }

    header .overlay_hero nav .navbar-collapse ul {
        background-color: rgba(0, 0, 0, 0.893);
        padding-left: 20px;
        z-index: 50000;
    }

    .carousel {
        height: 80vh !important;
    }

    .Courses .items .item {
        width: 27%;
        margin-top: 20px;
    }

    .SearchBar {
        flex-direction: column;
        margin-top: 70px;
        padding: 0;
    }

    .SearchBar .search {
        width: 80%;
        margin: auto;

    }

    .SearchBar .search button {
        right: 0px;
    }

    .SearchBar .share {
        margin-top: 30px;
        width: 100%;
        justify-content: center;
    }

    .reviewsDetails .itemReview {
        width: 45%;
        margin-bottom: 20px;
    }

    .registerContent {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .registerContent .leftSide {
        width: 100%;
    }


    .registerContent .leftSide .timer div p {
        width: 110px;
        height: 110px;
        background-color: #007aff;
        padding: 20px;
        color: #fff;
        font-size: 25px;
    }

    .registerContent .rightSide {
        width: 100%;
        margin-top: 30px;
    }

    .Difference .item{
        width: 47%;
    }
    .Difference .item:nth-child(2){
        order:3;
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .fs-5 {
        font-size: 1.8rem !important;
    }

    .Courses .items .item {
        width: 40%;

    }

    .carousel {
        height: 60vh !important;
    }

    .detailsCourses_content {
        flex-direction: column;
    }

    .detailsCourses_content .leftSide {
        width: 100%;
    }

    .detailsCourses_content .leftSide .card {
        padding: 0 !important;
    }

    .detailsCourses_content .leftSide .card-body {
        padding: 20px 15px !important;
    }

    .detailsCourses_content .rightSide {
        margin-top: 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .pagination {
        align-items: center;
        justify-content: center;
    }

    .pagination li a {
        padding: 10px 15px !important;
    }

    .register {
        height: 80vh;
    }

}

@media(max-width:576px) {
    .fs-5 {
        font-size: 1.2rem !important;
    }

    header .myButton {
        font-size: .5rem !important;
        padding: 5px 8px !important;
        width: 100% !important;
    }

    .carousel {
        height: 50vh !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        z-index: 10;
        /* display: none; */
    }

    .carousel .carousel-inner .carouselContent {
        left: 50%;
        transform: translateX(-50%);
        top: 90%;
        padding: 7px;
        border-radius: 5px;
       margin-top: 80px;
    }
    .carousel .carousel-inner .carouselContent button{
        font-size: 12px;
        
    }
    .carousel .carousel-inner .carouselContent p {
        margin: 0;
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
        font-size: 14px;
    }
    .Difference .item{
        width: 100%;
        margin-top: 30px;
    }
    .Difference .item:nth-child(2){
        order:3;
        width: 100%;
       
    }
   
    .reviewsDetails {
        justify-content: center;
    }

    .reviewsDetails .itemReview {
        width: 100%;
        margin-bottom: 20px auto;
    }

    .registerContent .leftSide .timer div {
        width: 70px;
        height: 70px;
        padding: 10px;
    }

    .registerContent .leftSide .timer div p {
        width: 0px;
        height: 0px;
        background-color: none;
        padding: 0px;
        color: #fff;
        font-size: 17px;
    }

    .register {
        height: 100vh;
    }
}