@import "./variables.css";
body {
    font-family: "Open Sans", sans-serif;
    color: var(--text-primary);
}

.logo {
    width: 4rem;
    transform: scale(1.2);
}

.header-menus {
    background-color: rgba(var(--white)) !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    height: 5rem;
}

.header-menus .navbar-nav .nav-link {
    color: var(--darkTxtColor);
    margin: 0 0.6rem;
}

.header-menus .navbar-nav .nav-link:hover {
    color: rgba(var(--secondaryColor));
    margin: 0 0.6rem;
}

.login-btn {
    background-color: rgba(var(--secondaryColor));
    color: white;
    font-weight: 600;
    min-width: 6rem;
}

.btn:focus {
    box-shadow: none;
}

.hero-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.content-bg {
    position: absolute;
    top: 20%;
    left: 4%;
}

/* .hero-content {
  top: 50%;
  left: 48%;
  transform: translate(-48%, -50%);
} */

.hero-heading {
    font-size: 2.8rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-heading span {
    color: rgba(var(--primaryColor));
}

.hero-para {
    font-size: 1.3rem;
}

a.nav-link:active {
    border-bottom: 2px solid rgba(var(--primaryColor));
}

section {
    padding-top: 5rem;
}

.heading {
    font-size: 2rem;
    color: rgba(var(--primaryColor));
}

.sub-heading {
    font-size: 1.2rem;
    color: var(--darkTxtColor);
}

.tech-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tech-card {
    background-color: rgba(var(--thirdColor));
    cursor: pointer;
    border: none;
    border-radius: 4px;
    max-width: 15.5rem;
    min-width: 15.5rem;
    min-height: 4em;
    max-height: 4em;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color:rgba(var(--white),1);
}
.tech-card h6{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.tech-card::before {
    content: "";
    width: 0;
    min-height: 3em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--secondaryColor));
    transition: 0.5s ease;
    display: block;
    z-index: -1;
}

.tech-card:hover::before {
    width: 100%;
}

.tech-card:hover h6 {
    color: #fff !important;
}

.icons {
    width: 4.5rem;
}

.solution-img {
    width: 100%;
    margin-left: -9rem;
}

.solution-icon {
    width: 4rem;
}

.team-card {
    background-color: #072334;
    border-radius: 10px;
    padding: 2.5rem 0;
    margin: 0 2rem;
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-button {
    color: rgba(var(--secondaryColor)) !important;
    font-weight: 600;
    background-color: #f7f7f7;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dfdfdf;
}

.accordion-button:not(.collapsed) {
    background-color: #e9f6f5;
    box-shadow: none;
    color: rgba(var(--secondaryColor));
    font-weight: 600;
}

.faqs-sec .accordion-body {
    background: #fff;
    color: #4d4d4d;
    border: 1px solid #e9e9e9;
}

.faqs-sec .accordion-item {
    border: 0;
}
.faqs-sec .accordion-button {
    font-size: 1.2rem;
    border-radius: 4px 4px 0 0;
}

/* testimonial slider css start */
.shadow-effect {
    background: #e9f6f5;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02); */
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px 6px;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: rgba(var(--primaryColor));
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #d0d0d0;
    display: inline-block;
    height: 16px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 16px;
    border-radius: 50%;
}

/* testimonial slider css end */
.certificate-temp {
    background-color: #d9f2f0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.secondary-txt {
    color: rgba(var(--secondaryColor));
}
.primary-txt {
    color: rgba(var(--primaryColor));
}
.square-radius {
    bottom: 0;
    right: 0;
    z-index: -1;
}
.square-radius.left {
    left: 0;
}
.square-radius.right {
    z-index: 0;
    top: 79px;
}
.square-radius div {
    width: 67px;
    height: 100px;
    border-top-left-radius: 40px;
}
.square-radius.left div {
    border-top-right-radius: 40px;
    border-top-left-radius: 0px;
}
.square-radius.right div {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 0;
}
.square-radius div:nth-child(1) {
    background-color: rgba(16, 133, 125, 0.7);
}
.square-radius div:nth-child(2) {
    background-color: rgba(16, 133, 125, 0.4);
    position: absolute;
    top: -12px;
    right: 13px;
}
.square-radius.left div:nth-child(1) {
    background-color: rgba(238, 158, 1, 0.7);
}
.square-radius.left div:nth-child(2) {
    background-color: rgba(238, 158, 1, 0.4);
    left: 10px;
}
.square-radius.right div:nth-child(1) {
    background-color: rgba(238, 158, 1, 0.7);
}
.square-radius.right div:nth-child(2) {
    background-color: rgba(238, 158, 1, 0.4);
    top: 16px;
}
.section-carousel .owl-item img {
    max-width: 100% !important;
    margin: 0 !important;
    width: initial !important;
}
.section-carousel .item {
    width: auto !important;
}
.section-carousel.owl-carousel .owl-dots .owl-dot.active,
.section-carousel.owl-carousel .owl-dots .owl-dot:hover {
    background: rgba(var(--primaryColor));
    /* transform: translate3d(0px, -50%, 0px) scale(0.7); */
}
.section-carousel.owl-carousel .owl-dots .owl-dot {
    background: #d0d0d0;
    display: inline-block;
    height: 15px;
    margin: 0 9px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3); */
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 15px;
    border-radius: 50%;
}
.section-carousel .owl-dots {
    margin-top: 30px;
    justify-content: center;
    display: flex;
}
.view-link {
    position: absolute;
    bottom: 33px;
    z-index: 9999;
    right: 0;
    width: auto;
    margin-top: -74px;
}
.text-131313 {
    color: #131313 !important;
}
.course-offer .view-link {
    bottom: 18px;
    width: auto;
    z-index: 0;
}
@media (max-width: 576px) {
    .view-link {
        display: flex;
        justify-content: center;
        position: static;
        margin-top: 0;
    }
    .course-offer .view-link {
        width: 100% !important;
        margin-top: 11px;
    }
    .course-offer .owl-dots {
        margin-top: 9px;
    }
    .certific-card {
        min-height: initial !important;
    }
    .tech-card{
        width: 100%;
    }
    .tech-row{
        gap:25px;
    }
}

/*course styles*/
.own-track {
    background: #f5f5f5;
}
.own-track .card-header img {
    /* height: 113px; */
    object-fit: cover;
    width: 100% !important;
    aspect-ratio: 21/9;
}
.own-track .star-rating {
    direction: rtl;
    display: inline-block;
    padding: 10px;
    padding-bottom: 0 !important;
    cursor: default;
}
.own-track span {
    color: rgba(var(--secondaryColor));
    font-size: 0.9rem;
    font-weight: 500;
}
.title-owntrack {
    color: var(--darkTxtColor);
    font-weight: 600;
}
.own-track a {
    color: rgba(var(--secondaryColor));
    font-weight: 600;
}
.own-track span:nth-child(1) {
    text-decoration: underline !important;
}
.own-track .card-body,
.own-track .card-header {
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.own-track .time-duration {
    color: #5d5d5d;
    font-size: 0.95rem;
}
.own-track .right-arrow {
    font-size: 1.1rem;
}
.course-offr .card-body {
    min-height: 178px;
}
.course-offr {
    text-decoration: none !important;
}
.course-offer:hover label,
.course-offer:hover span {
    text-decoration: none !important;
}
.limited-txt {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.limited-txt.clamp-1 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.certific-card {
    min-height: 360px;
}
.own-track .card-body {
    box-shadow: 0px 0px 30px rgba(175, 174, 174, 0.08);
    border-radius: 4px;
}
.own-track .card {
    border: none;
}
.star-rating input[type="radio"] {
    display: none !important;
}
.star-rating .stars {
    display: flex;
    flex-direction: row-reverse;
}
.stars i {
    font-size: 0.9rem !important;
    color: #b5b8b1;
    transition: all 0.2s;
    padding-right: 5px;
}
.stars i.active {
    color: #ffb851;
    transform: scale(1);
}

.icon-bg {
    background-color: rgba(var(--secondaryColor));
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.teams-icon {
    width: 100%;
}

.footer-card {
    background-color: #f7f7f7;
    margin-top: 6rem;
}

.foot-mail {
    font-size: 1rem;
    text-decoration: none;
}

.foot-mail:hover {
    color: #5ebc85;
}

.icon-bg img {
    height: 18px;
    width: 18px;
}

.icon-bg {
    position: relative;
}
.icon-bg {
    font-size: 21px;
    overflow: hidden;
}

.icon-bg .icon,
.icon-bg img {
    position: relative;
    color: #fff;
    transition: 0.5s;
    z-index: 3;
}

.icon-bg:hover .icon,
.icon-bg:hover img {
    transform: rotateY(360deg);
}
.icon-bg.mail::before {
    background-color: rgba(var(--primaryColor));
}
.icon-bg:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 2;
}

.icon-bg:hover:before {
    top: 0;
}

.footer-icons .icon-bg:nth-child(1):before {
    background-color: #3b5999 !important;
}

.footer-icons .icon-bg:nth-child(3):before {
    background: #55acee;
}

.footer-icons .icon-bg:nth-child(4):before {
    background: #0077b5;
}

.footer-icons .icon-bg:nth-child(2):before {
    background: #dd4b39;
}

@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
    .pd-px-0 {
        padding: 0 !important;
    }
    .course-offr .card-body {
        min-height: initial;
    }
}

@media only screen and (max-width: 992px) {
    .team-card {
        margin: 0;
    }
    .collapse-mbl-menu {
        position: absolute;
        top: 5rem;
        left: 0;
        width: 100%;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
}

@media only screen and (max-width: 992px) {
    .master-card {
        margin: 0;
    }
}

body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #5ebc85;
    outline: 1px solid slategrey;
}
.btn-primary {
    background-color: rgba(var(--primaryColor));
    color: #fff;
    border-color: rgba(var(--primaryColor));
}
.btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-primary:hover {
    background-color: rgba(var(--primaryColor));
    border-color: rgba(var(--secondaryColor));
}
.btn-primary:focus {
    box-shadow: none !important;
    background: rgba(var(--thirdColor)) !important;
    border-color: rgba(var(--thirdColor)) !important;
}
.btn-primary:after {
    position: absolute;
    color: #fff;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(var(--secondaryColor));
    transition: all 1s ease;
}
.btn-primary:hover {
    color: #fff;
}
.btn-primary:hover:after {
    left: 0;
    width: 100%;
}
.btn-primary:active {
    top: 2px;
}
.btn-outline-dark {
    border-color: rgba(var(--thirdColor)) !important;
}
.btn-outline-dark,
.btn-Search {
    z-index: 1;
    position: relative;
}
.btn-outline-dark:after,
.btn-Search:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(var(--thirdColor));
    transition: all 0.3s ease;
    border-radius: 0.25rem !important;
}
.btn-outline-dark:hover {
    color: rgba(var(--white),1);
    background-color: transparent !important;
    border-radius: 0.25rem !important;
}
.btn-Search:hover {
    color: rgb(17, 5, 5);
    background-color: transparent !important;
    border-radius: 0.25rem !important;
}
.btn-outline-dark:hover:after,
.btn-Search:hover:after {
    left: 0;
    width: 100%;
}
.btn-outline-dark:active,
.btn-Search:active {
    top: 2px;
}
.l-btn {
    min-width: 7.5rem;
}
.course-sec-li li {
    color: #a2a2a2;
    padding-bottom: 1rem;
    cursor: pointer;
}
.course-sec-li li:hover {
    color: rgba(var(--secondaryColor));
}
.course-sec-li li:last-child {
    padding-bottom: 0;
}
.course-sec-li li.active {
    color: rgba(var(--primaryColor));
}
.page-item .page-link {
    color: #131313;
}
.page-item.active .page-link {
    background-color: rgba(var(--secondaryColor)) !important;
    border-color: rgba(var(--secondaryColor)) !important;
    color: #fff;
}

.view-all-course span:hover {
    color: rgba(var(--secondaryColor)) !important;
}
.course-module-card .nav-link .module-progress-status {
    display: none;
}
.course-module-card .nav-link.active .module-progress-status {
    display: block;
}
.limited-ch {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limited-ch.ch-13 {
    max-width: 13ch;
}
@media (min-width:570px) and (max-width:760px){
    .stars i {
        font-size: 0.6rem !important;
    }
    .certific-card {
        min-height: 288px !important;
    }
}
@media(min-width:760px) and (max-width:992px){
    .certific-card {
        min-height: 313px !important;
    }
}
@media(min-width:1022px) and (max-width:1200px){
    .certific-card {
        min-height: 311px;
    }
}
