.main {
    background-color: #00A99D;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
}

.navbar {
    margin-bottom: 0px;
    padding-right: 60px;

}

.nav-link {
    color: white !important;
    font-size: 19px;

}

.test-box {
    margin-top: 100px;
}

.nav-item:hover {

    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

}

.top-poster {
    padding: 30px;
   /* From https://css.glass */
background: rgba(255, 255, 255, 0.9);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(12.9px);
-webkit-backdrop-filter: blur(12.9px);
    margin: auto;
    border-radius: 30px;
}

p {
    font-size: 19px !important;
    line-height: 30px !important;
}

.top-side-box {
    color: black;
    padding: 30px;
    border-radius: 20px;
}

.top-side-box p {
    color: black;
}



.from-container {
    color: black;
    z-index: 0;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);

}

.from-container input {
    height: 60px;
}

.submit-btn {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #00A99D;
    color: white;
    font-size: 21px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.top-side-box button:nth-child(1) {
    background-color: #00A99D;
    color: white;
    padding: 10px 30px;
    border: 2px solid white;
    border-radius: 40px;
}

.top-side-box button:nth-child(2) {
    background-color: transparent;
    color: #00A99D;
    border: 2px solid #00A99D;
    padding: 10px 30px;
    border-radius: 40px;
}


.about button:nth-child(1) {
    background-color: #00A99D;
    color: white;
    padding: 10px 30px;
    border: 2px solid #00A99D;
    border-radius: 40px;
}

.about p {
    line-height: 30px;
}

.about button:nth-child(2) {
    background-color: transparent;
    color: #00A99D;
    border: 2px solid #00A99D;
    padding: 10px 30px;
    border-radius: 40px;
}

.coures-head {
    display: flex;

    justify-content: space-between;
    margin-top: 60px;
}

.coures-head button {
    width: 90px;
    height: 30px;

}

.course-btn {
    display: flex;
    flex-direction: column;

}


h3 {
    color: #262626;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;

    &.small {
        font-size: 14px;
    }
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00A99D;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    height: 300px;

    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #00A99D;

        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    &:hover:before {
        transform: scale(45);
    }
}

.card p {
    font-size: 14px !important;
    line-height: 15px !important;
}

.card1:hover {
    p {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }

    h2 {
        transition: all 0.3s ease-out;
        color: #ffffff;
    }
}


.testimonials-box p {
    min-height: 100px;
    margin: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #00A99D !important;
    height: 40px;
    color: white !important;
    width: 40px;
    margin: 3px;
    margin-top: 20px;
    border-radius: 50%;

}



.testimonials-box {
    background-color: #f2f8f9;
    padding: 30px;
    border-radius: 20px;
}

.test-profile {
    padding: 30px;
}


.staff {
    position: relative;
    /* From https://css.glass */

    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    
}

.faq {
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 10px;
    padding-bottom: 70px;

    margin-top: 100px;
    margin-bottom: 100px;
   
}


.card {
    height: 300px;
    background: #000;
}

.card .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.card .image img {
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}

.card:hover .image img {
    opacity: .5;
    transform: translateX(30%);
    /*100%*/
}

.card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    /*100%*/
    height: 100%;
    background: white;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
}

.card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}

.card .details .center {
    padding: 20px;

    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.card .details .center h1 {
    margin: 0;
    padding: 0;

    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.card .details .center h1 span {
    font-size: 14px;
    color: red;
}




.logo-img {
    width: 300px;
}



.cbtn2 {
    background-color: white;
    padding: 3px 10px;
    border: none;
    border-radius: 5px;
}

.card .details .center p {
    margin: 10px 0;
    padding: 0;
    
}

.card .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}

.card .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}

.card .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}

.head2 {
    text-align: center;

}

.head {
    margin: 70px 0px;
    text-align: center;
}

.head p {
    width: 50%;
    margin: auto;

}

.head h1 {
  
    font-size: 36px;
}

.course-card {
    padding: 10px;
}

.course-card img {
    height: 330px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.course-data {
    margin-top: 30px;
    padding: 10px;
}

.course-data button {
    background-color: #00A99D;
    border: 1px solid #00A99D;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}


.top-poster2 {
    margin: 20px;
   border: 2px dashed #00A99D;
    margin: auto;
    border-radius: 30px;
    padding: 70px;
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}



.top-poster2 button {
    background-color: #00A99D;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.footer{
    margin-bottom: 30px;


}
.abb p{
    font-size: 16px !important;
}
.f-link a{
font-size: 16px !important;
margin: 0px !important;
}
.f-link li{
    margin: 0px !important;
    margin-top: 10px !important;
}

.add p{
    font-size: 16px !important;
    margin: 0px;
}

footer {
    background-color: rgb(255, 255, 255);
    padding: 30px;
border: 2px dashed #00A99D;
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

footer p{
    color: black;
}
.footer-list {
    margin: 40px 0px;
    color: black;
}

.footer-list li a {
    color: black;
    text-decoration: none;
    font-size: 19px;
}

.footer-list li {
    list-style: none;
    margin-top: 20px;
}

.footer-list h6 {
    color: black;
}

.card {
    margin: 10px;
}

.succes-details {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}


.copy-link{
    color: black !important;
}
.copy-link a{
     color: #00A99D !important;
}
@media screen and (max-width:576px) {
    .head p {
        width: 100%;
    }

    .logo-img {
        width: 180px;
    }

    .navbar-toggler-icon {
        color: white;

    }

    .navbar-toggler {
        color: white;
        background-color: white;
    }

    .navbar {
        padding-right: 0px;
    }

    .succes-details {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .top-side-box {
        padding: 0px;
    }

    .top-poster {
        border-radius: 0px;
    }

    .main {
        padding-bottom: 0px;
    }

    .course-card img {
        height: 280px;
    }

    .course-data {
        margin-top: 5px;
    }

    .top-poster2 {
        padding: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 0px;

    }

    .staff {
        border-radius: 0px;
    }

    .copy-link {
        font-size: 14px !important;
    }

    footer {
        padding: 5px;
    }

    .faq {
        border-radius: 0px;
    }

    p {
        font-size: 16px;
    }
}