/*Global Style*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
}
h1, h2, h3, p, th, td{
    font-family: "Barlow", sans-serif;
}
.p{
    font-size: 16px;    
}

ul li {
    list-style-type: none;
}

ul{
    padding-left: 0px;
}
button{
    cursor: pointer;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
}

.heading{
    font-size: 30px;
}

/*Header Starts*/
.header-container{
    background-color: white;
    -webkit-box-shadow: 0px 16px 18px -13px rgba(230,230,230,1);
    -moz-box-shadow: 0px 16px 18px -13px rgba(230,230,230,1);
    box-shadow: 0px 16px 18px -13px rgba(230,230,230,1);
    position: sticky;
    top: 0;
    z-index: 1;
}
.company-img{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.menu-wraper{
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-items{
    display: flex;
    padding: 20px;
    margin: 0px;
}
.menu-items li{
    list-style-type: none;
    padding: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
}
.menu-items li:hover{
    color:#FF7700;
    transition: 0.3s;
    cursor: pointer;
}
.right{
    display: flex;
    align-items: center;
    gap: 20px;
}
#search{
    cursor: pointer;
}
.head-button{
    border: none;
    background-color: #FF7700;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
/*Header Ends*/


/*Hero Sectio Starts*/
.hero-container{
    display: flex;
    max-width: 1300px;
    margin: auto;
    align-items: center;
    margin-bottom: 80px;
}
.hero-left h1{
    margin: 10px 0px;
}
.hero-left{
    /* gap: 1px; */
    display: flex;
    flex-direction: column;
}
.hero-left h1{
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3em;
}
.hero-image{
    width: 100%;
}
.button-container{
    display: flex;
    gap: 30px;
    margin-top: 2%;
}
.hero-button{
    border: none;
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    background-color: #FF7700;
    font-weight: 16px;
    line-height: 16px;
    font-size: 16px;
    color: white;
    border: 2px solid white;
}
.second{
    padding: 15px 50px;
    background-color: white;
    border: 2px solid black;
    color: black;
}
.second:hover{
    padding: 15px 50px;
    background-color: #FF7700;
    border: 2px solid black;
    color: white;
}

/*Company Logos Start*/
.logo-container{
    text-align: center;
    margin: auto;
    max-width: 1300px;
    margin-bottom: 80px;
}
/*Company Logos Start*/



/*Table Starts*/

.table-container{
    margin: auto;
    max-width: 1300px;
}
table {
    border-collapse: collapse;
    /* margin: auto; */
    text-align: center;
    margin-bottom: 80px;
}
th, td {
    border: 2px solid #c1baba;
    width: 25%;
}
th {
    background-color:#316AF4;
    color: white;
    padding: 10px;
}
td {
    background-color: #fff;
    padding: 10px;
}
.table-button{
    background-color: #316AF4;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}
tr:nth-child(odd) td {
    background-color: rgb(255, 255, 255); /* Sets the background color of odd rows to grey */
}
tr:nth-child(even) td {
    background-color: rgb(238, 237, 237); /* Sets the background color of even rows to white */
}
.demo-button{
    display: flex;
    gap: 3px;
    border: none;
}
tr {
    border: 2px solid #c1baba;
}


/*Table Ends*/


/*Popular Cards*/

.course-icon{
    width: 65px;
    height: 50px;
}
.card-icon{
    width: 65px;
    height: 50px;
}
.popluar-course-container{
    max-width: 1300px;
    margin: auto;
    padding-bottom: 80px;
}
.course-paragraph{
    width: 50%;
}
.popular-cards{
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
.card-1 , .card-2 , .card-3{
    background-color: #316AF4;
    padding: 70px 20px;
    border-radius: 30px;
    /* background-image: url(https://lms.leantechnologies.in/wp-content/uploads/2024/06/Group-6-2.svg);
    width: 400px;
    height: 200px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay; */
}
.popular-course{
    margin-top: 50px;
    border: none;
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    background-color: #316AF4;
    font-weight: 16px;
    line-height: 16px;
    font-size: 16px;
    color: white;
    border: 2px solid white;
}
.card-title-wraper{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.course-title{
    font-size: 20px;
    font-weight: 700;
}
.time{
    font-size: 20px;
    font-weight: 700;
}
.card-title-wraper > h1{
  color: white;
}
.card-title-wraper , h1 > p{
    color: white;
}
.card-description > p{
    color: white;
}

/*Ends*/

/*second-course-details-container Starts*/

.second-course-details-container{
    width: 1300px;
    margin: auto;
}
.heading-second-course{
    margin-bottom: 60px;
}
.second-course-icon{
    width: 65px;
    height: 50px;
}
.course-details-card h1{
    color:#FF7700;
}
.course-details-card-wraper{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

/*second-course-details-container Ends*/

/*Home Banner Starts*/

.home-banner-container{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    border-radius: 30px;
}

.home-banner-wraper {
    width: 1300px;
    background: #F6A606;
    padding: 60px;
    border-radius: 30px;
}
.background-overlay{
    margin: auto;
    display: flex;
    align-items: center;
}
.banner-left h1{
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3em;
}
.banner-paragraph{
    color: white;
    font-size: 20px;
}
.banner-button{
    margin-top: 30px;
    border: none;
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    background-color: #fff;
    font-weight: 16px;
    line-height: 16px;
    font-size: 16px;
    color: black;
}
.banner-left{
    width: 50%;
}
.banner-icon{
    width: 65px;
    height: 50px;
}

/*Slider Starts*/

.slideshow-container {
    max-width: 1300px;  
    position: relative;
    margin: auto;
    background: rgb(229, 228, 228);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 80px 0px;
    border-radius: 10px;
    overflow: hidden; /* Ensure the animation is contained within the container */
}
.slide {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: slideInFromRight 1s forwards;
}
.active {
    display: block;
    position: relative;
}
.caption {
    font-size: 16px;
    color: #888;
    margin-top: 10px;
    font-family: "Barlow", sans-serif;
}
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1; /* Ensure the buttons are on top of the slides */
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.slide-paragraph{
    font-size: 24px;
    line-height: 1.5em;
}

/*Footer Starts*/

footer{
    padding: 80px 0px;
}

.footer-container{
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 30px;
    border-top: 2px solid rgb(212, 210, 210);
}
.footer-1 {
    width: 50%;
}

.footer-2 , .footer-3 , .footer-4 {
    width: 25%;
    font-family: "Barlow", sans-serif;
}

.sub-footer-container{
    background-color: #F5F5F5;
    width: 100%;
}

.footer-wraper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;

}


.social-icons{
    width: 20px;
    height: 20px;
}


.right-social-icons{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-around;
}

.footer-menu-title{
    color: #FF7700;
}

.footer-menu{
    padding: 10px 0px;
}

/* banner button */

.hero-button {
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.hero-button:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: black;
}

.hero-button {
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
    border: 2px solid transparent;
}

.hero-button:hover {
    background-color: transparent;
    border-color: #000;
    color: black;
}

.button-container {
    display: flex;
    gap: 30px;
    margin-top: 2%;
}

.hero-button {
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    background-color: #FF7700;
    font-size: 16px;
    line-height: 16px;
    color: white;
    border: 2px solid transparent; /* Ensure initial border is consistent */
}

.hero-button.second {
    background-color: white;
    border: 2px solid black;
    color: black;
}

.hero-button.second:hover {
    background-color: #FF7700;
    color: white;
    border: 2px solid #FF7700;
}

/* banner button */

.hero-button {
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.hero-button:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: black;
}

.hero-button {
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
    border: 2px solid transparent;
}

.hero-button:hover {
    background-color: transparent;
    border-color: #000;
    color: black;
}

.button-container {
    display: flex;
    gap: 30px;
    margin-top: 2%;
}

.hero-button {
    cursor: pointer;
    padding: 15px 50px;
    border-radius: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    background-color: #FF7700;
    font-size: 16px;
    line-height: 16px;
    color: white;
    border: 2px solid transparent; /* Ensure initial border is consistent */
}

.hero-button.second {
    background-color: white;
    border: 2px solid black;
    color: black;
}

.hero-button.second:hover {
    background-color: #FF7700;
    color: white;
    border: 2px solid #FF7700;
}
