body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300
}

h2,h1,h2,h3,h4,h5{
    font-family:  'Poppins', Bold;
    font-weight: 700
}

.header-bg {
    background-color: #1297D9;
}

.login-btn {
    background-color: #D41034;
    border-radius: 8px;
    padding: 10px 3px;
    margin: 0 auto !important;
}

.btn-lgn {
    width: 110px !important;
    color: white !important;
}

.navbar-nav .nav-item .nav-link {
    padding: 8px 20px 0px 20px;
    color: #A2A2A2;
}

.navbar-nav .nav-item .home {
    color: #00aaff;
    font-weight: bold;
    border-bottom: 3px solid;
}

.bg-home-img {
    background-repeat: no-repeat;
    height: 90vh;
    background-size: cover;
    background-image: url('./assets/images/homepageimg.png')
}

.heading-google {
    color: #1297D9;
    font-weight: bolder;
}

.content-text {
    color: #343434;
    font-weight: bolder;
}

.text-detail {
    color: #A2A2A2;
}

.math-problem {
    color: #D41034;
    font-weight: bolder;
}

.input-style {
    width: 92%;
    height: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 15px #00000026;
    border: none;
    border-radius: 8px;
    opacity: 1;
    padding: 14px;
    margin-bottom: 17%;
}

.input-style:focus {
    outline: none;
}

.contain {
    display: flex;
    column-gap: 10px;
}

.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 10px 15px #0000001A;
    border-radius: 8px;
    padding: 25px;
    margin-top: -80px;
    margin-bottom: 5rem;
    position: relative;
}


.count {
    font-size: 30px;
    letter-spacing: 0.01px;
    color: #1297D9;
    font-weight: bold;
    /* opacity: 1; */
}

.count-text {
    letter-spacing: 0px;
    font-size: 14px;
    color: #A2A2A2;
    font-weight: bold;

}

.color-white {
    color: #A2A2A2;

}

.color-blue {
    color: #1297D9;

}

.parent-div {
    position: relative;
}

.picture {
    position: absolute;
    /* display: flex; */
    right: 0;
}






.one-on-one-teaching-card {
    width: 360px;
    height: 200px;
    background-color: white;
    border: 1px solid #E5E7E9;
    border-radius: 5px;
    padding: 10px;
    /* text-align: center; */
}

.one-on-one-teaching-card h1 {
    font-size: 18px;
    margin-top: 0;
}

.one-on-one-teaching-card p {
    font-size: 16px;
    margin-top: 10px;
}

.img-sec-three {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.heading-drop {
    margin: 0px -35px -21px;
}

.bg-section {
    background-color: #FFFFFF;
    border-radius: 14px;
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box {
    background: black;
    height: 40px;
    border-radius: 5px;
    padding: 3px;
}

.find-button {
    background: #D41034 !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 14px !important;
    outline: none !important;
    border: none !important;
}

.card-section {
    background: white;
    padding: 16px;
    border-radius: 14px;
}

.border-data {
    padding: 24px;
    border: 1px solid #E5E7E9;
    border-radius: 6px;
}

.playstore-tictac-design{
    position: absolute;
    left: -130px;
    bottom: 0;
    width: 100px;
}

.learning-features{
    position: absolute;
    width: 100px;
    /* bottom: 0; */
    top: 0;
    left: -5px;
}

.problem-solving-card-img{
    position: absolute;
    left: -15px;
    bottom: 0;

}

.math-learning-services-img{
    width: 70px; 
    position: absolute; 
    top: -30px;
}

















/* //xaidddd */

/* footer */
.footer {
    position: relative !important;
}

.design-img {
    position: absolute !important;
    right: 0px !important;
    top: -20px !important;
    width: 100px !important;
    height: 100px !important;
}

.social-icons {
    width: 50% !important;

}

.social-icons img {
    cursor: pointer !important;
}

.services h4 {
    font-weight: bold !important;
    padding: 10px 0 !important;
}

.services ul {
    list-style-type: none !important;
    padding: 0 !important;
}

.services ul li {
    padding-bottom: 10px !important;
}

.services ul li a {
    cursor: pointer !important;
}


.subject-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 0.5rem 2rem;
    margin-top: 0;
}

.subscription{
    background: lightblue url('../images/Bg.png') center;
    background-size: cover;
    overflow: hidden;
    border-radius: 25px 25px 25px 25px !important; 
    padding: 3rem 1rem !important;
    width: 80%;
    margin: 2rem auto;
}

.subscription h4{
    color: #fff !important;
    letter-spacing: 2px;
}

.subscription-email{
    width: 60%;
}

.subscription p{
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

.subscription-email input{
    width: 80%;
    border-radius: 10px 10px 10px 10px !important;
    border: none;
    padding: 10px 12px;
    outline: none;
}

.subscription-email button{
    width: 18%;
    border-radius: 10px 10px 10px 10px !important;
    padding: 1rem;
}

.mobile-screen-card{
    align-items: flex-end;
}



.about-us{
    background-color: #fff;
    margin-top: 10px;
}

.about-us-img{
    width: 30%;
    margin-right: 10px;
}

.about-us-img img{
    width: 100%;

}

.about-us-content{
    width: 60%;
}


/* .about-us-content p:nth-of-type(1){
    font-weight: bold;
    padding-top: 10px;
} */

.about-us-secondhalf{
    margin-top: 20px;
    padding-left: 0 !important;
}

/* .about-us-secondhalf p:nth-of-type(1){
    font-weight: bold;
} */

.subject-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 0.5rem 2rem;
}

.mobilegames1{
    background-color: #F1EFE7
}

.mobilegames1 h4{
    margin-bottom: 0;
}


@media ((max-width: 1100px) and (min-width: 768px)) {
    
    .special-col{
        display: none !important;
    }
    .card-padding{
        padding-bottom: 5%;
    }


}

@media ((max-width: 768px) and (min-width: 0)) {
    .center{
        margin-top: 190px;
    }
    .special-col{
        display: none !important;
    }
    .card-padding{
        padding-bottom: 5%;
    }
    .mobile-screen-card{
        align-items: center !important;
        text-align: center;
    }
    .app-stores-icon img:nth-of-type(1){
        margin-bottom: 2rem !important;
    }

    .youtube-icon{
        display: none !important;
    }

}


@media (max-width:500px) {
    .card-padding{
        padding-bottom: 5%;
    }

    .subscription {
        text-align: center !important;
    }

    .subscription-email {
        width: 100% !important;
        margin: auto;
    }

    .subscription-email input {
        width: 100%;
        margin-bottom: 10px;
    }

    .subscription-email button {
        width: 100%;
        height: 40px;
    }

    .header-container {
        width: 100%;
    }

    .header-input {
        width: 90% !important;
    }

    .design-img {
        display: none !important;
    }

    .math-learning{
        flex-wrap: wrap;
    }
    .one-on-one-teaching-card{
        margin-bottom: 30px;
    }

    .special-col{
        display: none !important;
    }
}