*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html{
    overflow-x: hidden;
}

.logo-talksy{
    display: none;
}

.header-title{
    position: sticky;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    margin: auto;
}

.navbar{
    position: sticky;
    width: 100%;
    padding: 10px 0;
    left: 0;

}

.navbar.sticky{
    padding: 20px 0;
    background: (119, 119, 242)
}

.navbar .header-title{
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.navbar .logo a{
    position: relative;
    float: center;
    color: #3687A8;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    align-items: center;
}

.navbar .logo a span{
    color: rgb(6, 97, 6);
}

.navbar.sticky .logo a span{
    color:blue;
}

.navbar .menu li{
    list-style: none;
    display: inline-block;
}

.navbar .menu li a{
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-left: 25px;
    transition: color 0.3s ease;
}

.navbar .menu li a:hover{
    color: #154B62;
    border-bottom: 2px solid hsl(240, 1%, 41%);
    padding-bottom: 5px;
    transition: 0.3s;
}

.menu a img{
    display: none;
}

.bg-black {
    background: white !important;
    border-bottom: solid black 0.5px;
}

.txt-white a {
    color: black !important;
}


.menu-bars{
    cursor: pointer;
    display: none;
}

.signup{
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    border-style: none;
    cursor: pointer;
    background-color:rgb(19, 19, 208);
}


.home-details{
    align-items: center;
    position: absolute;
    display: block;
    position: absolute;
    flex-direction: column;
    top: 65%;
    left: 9%;
    transform: translate(-50%, -50%);
    color:white;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;   
    display: grid;
    justify-items:center;
    width: 100%;
    row-gap: 1rem;
    z-index: 10;
}

.start{
    border: none;
    outline: none;
    margin-top: 7%;
    color: var(--white-color);
    padding: 0.5rem 2rem;
    border-radius: 5rem;
    background-color: rgb(6, 97, 6);
    transition: var(--tran-0-3);
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.start:hover{
    background-color: rgb(19, 19, 208);
}

 
.card-container{
    position:relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.card{
    width: 100%;
    height: 450px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0.5px #8e8ef6;
    margin: 20px;
}

.card img{
    width: 100%;
    height: auto;
    z-index: -999;
}

.card:hover img{
    width: 100%;
    height: auto;
}

.card:hover{
    transform: translateY(-20px);
}
.card-content{
    color: black;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 1px 1px white;
    padding:16px;
    z-index: 999;
}
  

.card-content h3{
    font-size: 35px;
    margin-bottom: 8px;
    z-index: 999;
}


.card-content p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
    z-index: 999;
}

.card-content .btn-card{
    display: inline-block;
    padding: 8px 16px;
    background-color: #333;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: #fff;
}

.about-section {
    margin: auto;
    list-style-position: inside;
    line-height: 2;
    position: relative;
    min-height: 100vh;
    width: 50%;
    margin-top: 10px;
    justify-content: center;
}


.about-container{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    cursor: default;
}

.about-container img{
    width: 35%;
    height: auto;
    border-radius: 20%;
    cursor: default;
    box-shadow: 0px 3px 4px 0.1px #0f1010;
}



.about-content p ul{
    padding: 20px;
    list-style-type: disc;
    padding-left: 20px;
    list-style-position: inside;
    width: 50%;
    margin-left: 25%;
}

footer{
    width: 100%;
    position: relative;
    bottom: 0;
    background: linear-gradient(to right, #38458b, #050113);
    color: #fff;
    margin-top: 3%;
    padding: 100px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}

.row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col{
    flex-basis: 15%;
    padding: 10px;
    font-size: 14px;
}

.col:nth-child(2), .col:nth-child(3){
    flex-basis: 15%;
}

.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    font-size: 14px;
}

.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    font-size: 14px;
    cursor: pointer;
}

ul li{
    list-style: none;
    margin-bottom: 12px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.social-icons .fab{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 20px;
    color: #fff;
}

hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}

.copyright{
    text-align: center;
}

.underline{
    width: 100%;
    height: 2px;
    background: #767676;
    border-radius: 2px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.underline span{
    width: 25px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}


@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
}


@media (max-width: 882px){
    .menu-bars{
        display: flex;
        align-items: center;
        justify-items: flex-end;
        padding: 0.3px;
        z-index: 999;
        margin-top: 4px;
    }

    .header-title{
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        margin: auto;
    }

    .logo{
        display: none;
    }

    .logo-talksy{
        display:inline-block;
    }
    
    .signup{
        color: white;
        padding: 8px 16px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        border-style: none;
        cursor: pointer;
        background-color:rgb(19, 19, 208);
    }

    .navbar .logo a{
        color: rgb(14, 14, 154);
        font-size: 24px;
        font-weight: 600;
    }
        
    .header-title{
        padding: 0 50px;
    }

    .menu-img{
        display: none;
    }

    
    .menu a img{
        display: flex;
    }

    .menu{
        clear: both;
        position: fixed;
        height: 100vh;
        width: 50%;
        left: -100%;
        top: 0%;
        background: white;
        text-align: center;
        justify-content: center;
        padding-top: 0px;
        transition: all 0.3s ease;
    }

    .menu.commence{
        position: fixed;
        width: 55%;
        display: grid;
        grid-template-columns: inherit;
        grid-template-rows: 100px 100px 100px 100px;
        grid-gap: 0;
        border-right: solid 2px #5f5fec;
        left: 0%;
        margin: 0;
        line-height: 2;
        padding-top: 0;
        transition: all 0.3s ease;
        left: 0;
        box-shadow: 0px 1px 1px 0.5px #8e8ef6;
        z-index: 9999999999;
    }
       
    .start{
        border: none;
        outline: none;
        margin-top: 30%;
        margin-left: 35%;
        color: var(--white-color);
        padding: 0.5rem 2rem;
        border-radius: 5rem;
        background-color: rgb(6, 97, 6);
        transition: var(--tran-0-3);
        cursor: pointer;
        font-family: 'Times New Roman', Times, serif;
        font-weight: bold;
    }
    
    .start:hover{
        background-color: rgb(19, 19, 208);
    }

    .card {
        height: 225px;
        z-index: -222;
    }

    .about-container{
        z-index: -222;
    }

    .about-section{
        z-index: -222;
    }

}