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: 10px;
    padding: 3px;
} */

.btn-lgn {
    width: 110px;
    color: white;
}

.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: 70%;
    /* 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;
}

.input-style:focus {
    outline: none;
}

.calculator-button {
    background: #D41034 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    border: none;
    padding: 10px;
    /* width: 22%; */
    /* margin-left: -12%; */
    color: white;
    height:55px
}

.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;
}


.padding{
    padding: 5%

}

.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 {
    background: black;
    height: 40px;
    border-radius: 5px;
    padding: 3px;
}

.find-button {
    background: #D41034;
    color: white;
    border-radius: 8px;
    padding: 14px;
    outline: none;
    border: none;
}

.card-section {
    background: white;
    padding: 16px;
    border-radius: 14px;
}

.border-data {
    padding: 24px;
    border: 1px solid #E5E7E9;
    border-radius: 6px;
}

.cal-btn{
    width: 100%;
    /* 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;
    outline: none
}
.percent{
    font-size: 20px;
    margin-left: -22px;
}























/* //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;
}



@media (max-width:500px) {

    .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;
    }
    .search-button{
        width: 80px ;
    }
}